Skip to content

Commit ca2049b

Browse files
committed
Change purple to cyan
1 parent 6de2ab4 commit ca2049b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/serve.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function ee {
66
}
77

88
echo 'Starting local Caddy web server.'
9-
echo -e '\e[1;35mURL: https://localhost:8443\e[0m'
9+
echo -e '\e[1;36mURL: https://localhost:8443\e[0m'
1010
echo -e '\e[1;93mPress [Ctrl] + C to exit...\e[0m'
1111

1212
ee "docker run -v \"\$(git rev-parse --show-toplevel):/http\" -w '/http' -p '8443:8443' caddy caddy run --config caddyfile"

0 commit comments

Comments
 (0)