Skip to content

Commit 885cdff

Browse files
committed
Fix shellcheck
1 parent ab436c9 commit 885cdff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/core-testing.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "core_prep" ] ; then
8989
if [ ! -f "${coredir}/requirements_test_all.txt" ]; then
9090
if [ -d "${manualdir}" ]; then
9191
echo ""
92-
echo -e "${CINFO} ** Re-using copy, rebasing and copy to HA core**${norm}"
92+
echo -e "${CINFO} ** Re-using copy, rebasing and copy to HA core**${CNORM}"
9393
echo ""
9494
cd "${manualdir}" || exit
9595
echo ""
9696
git config pull.rebase true
97-
echo -e "${CINFO} ** Resetting to ${core_branch} (just cloned) **${norm}"
98-
git reset --hard || echo -e "${CWARN} - Should have nothing to reset to after cloning${norm}"
97+
echo -e "${CINFO} ** Resetting to ${core_branch} (just cloned) **${CNORM}"
98+
git reset --hard || echo -e "${CWARN} - Should have nothing to reset to after cloning${CNORM}"
9999
git checkout "${core_branch}"
100100
echo ""
101101
cp -a "${manualdir}." "${coredir}"

0 commit comments

Comments
 (0)