Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Fix echo formatting
Browse files Browse the repository at this point in the history
Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>
  • Loading branch information
TannerGabriel committed Dec 16, 2021
1 parent d26b156 commit a8ca180
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quickstart/multistage-delivery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,10 @@ echo "git clone https://github.com/keptn/examples --single-branch"

DIR="./examples"
BOLD='\033[1m'
NORMAL='\033[0m'
if [ -d "$DIR" ]; then
# Example directory already exists
echo -e "\n${BOLD}Example directory already exists in folder. Skipping download!"
echo -e "\n${BOLD}Example directory already exists in folder. Skipping download!${NORMAL}"
else
# Example Directory does not exist
git clone https://github.com/keptn/examples --single-branch
Expand Down

0 comments on commit a8ca180

Please sign in to comment.