Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanemachine committed Oct 6, 2023
1 parent 3575b67 commit 5f907c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/scripts/systemd-container-service-file-generate
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ elif [ "$is_staging" = 1 ]; then
elif [ "$is_prod" = 1 ]; then
deployment_type="prod"
elif [ "$deployment_type" = "" ]; then
printf "\033m[36mNo deployment type specified. Using 'dev' (no HTTPS)...\033[39m\n"
printf "\033[36mNo deployment type specified. Using 'dev' (no HTTPS)...\033[39m\n"
deployment_type="dev"
fi

Expand Down

0 comments on commit 5f907c8

Please sign in to comment.