File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ hooks:
2121 interactive : true
2222 posix :
2323 run : |
24- echo ""
25- echo " \033[33m ---------------------------------------------------------------------------------------------------\033[0m"
26- echo " \033[33m Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs.\033[0m"
27- echo " \033[36m https://github.com/microsoft/Container-Migration-Solution-Accelerator/issues\033[0m"
28- echo " \033[33m ---------------------------------------------------------------------------------------------------\033[0m"
29- echo ""
24+ printf '\n'
25+ printf ' \033[33m ---------------------------------------------------------------------------------------------------\033[0m\n'
26+ printf ' \033[33m Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs.\033[0m\n'
27+ printf ' \033[36m https://github.com/microsoft/Container-Migration-Solution-Accelerator/issues\033[0m\n'
28+ printf ' \033[33m ---------------------------------------------------------------------------------------------------\033[0m\n'
29+ printf '\n'
3030 shell : sh
3131 interactive : true
3232 postdeploy :
You can’t perform that action at this time.
0 commit comments