File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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} "
You can’t perform that action at this time.
0 commit comments