imagebuilder: missing -e

This commit is contained in:
Starbeamrainbowlabs 2021-01-14 21:15:19 +00:00
parent 9491fad482
commit 74b071c7ec
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ case "${subcommand}" in
task_end "$?";
if [[ "${imagetype}" == "base-nopush" ]]; then
echo "${HC}Nopush mode invoked, not checking output directory or pushing to docker registry${RS}";
echo -e "${HC}Nopush mode invoked, not checking output directory or pushing to docker registry${RS}";
exit 0;
fi