We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a995c7 commit 5db7aa2Copy full SHA for 5db7aa2
1 file changed
upgrade.sh
@@ -306,9 +306,9 @@ if [[ ${ACTION} == "upgrade" ]]; then
306
FILES="$( echo -e "${X}" | grep "^ " )" # TAB
307
MSG="You have un-checked out files, cannot continue:\n${FILES}"
308
else
309
- MSG="Unable to get new files: ${X}"
+ MSG="Unable to get new files:\n${X}"
310
fi
311
- display_msg --log error "${MSG}" "Contact the Allsky Team"
+ display_msg --log error "${MSG}" "Contact the Allsky Team if needed."
312
exit "${ALLSKY_EXIT_ERROR_STOP}"
313
314
0 commit comments