Skip to content

Commit 64a4e11

Browse files
committed
Fix typo
1 parent 7bf1e45 commit 64a4e11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/core-testing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "core_prep" ] ; then
101101
cp -a "${manualdir}." "${coredir}"
102102
else
103103
echo ""
104-
echo -e "${CINFO} ** Cloning HA core **{CNORM}"
104+
echo -e "${CINFO} ** Cloning HA core **${CNORM}"
105105
echo ""
106106
git clone https://github.com/home-assistant/core.git "${coredir}"
107107
cp -a "${coredir}." "${manualdir}"

0 commit comments

Comments
 (0)