Skip to content

Commit e87f1a6

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

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

azure.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ hooks:
2424
interactive: true
2525
posix:
2626
run: |
27-
echo ""
28-
echo "\033[33m ---------------------------------------------------------------------------------------------------\033[0m"
29-
echo "\033[33m Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs.\033[0m"
30-
echo "\033[36m https://github.com/microsoft/content-processing-solution-accelerator/issues\033[0m"
31-
echo "\033[33m ---------------------------------------------------------------------------------------------------\033[0m"
32-
echo ""
27+
printf '\n\033[33m ---------------------------------------------------------------------------------------------------\033[0m\n\033[33m Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs.\033[0m\n\033[36m https://github.com/microsoft/content-processing-solution-accelerator/issues\033[0m\n\033[33m ---------------------------------------------------------------------------------------------------\033[0m\n\n'
3328
shell: sh
3429
interactive: true

0 commit comments

Comments
 (0)