Skip to content

Commit 61d25ef

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 85c298d commit 61d25ef

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

azure.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)