Skip to content

Commit a47ca7d

Browse files
committed
Fix default app name in installation output
1 parent 4c99e2e commit a47ca7d

File tree

1 file changed

+1
-1
lines changed
  • rootfs/usr/local/bin

1 file changed

+1
-1
lines changed

rootfs/usr/local/bin/boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ color "# docker run --rm ${DOCKER_IMAGE:-cloudposse/geodesic}:${version} init
3939
color "#"
4040
color "# After that, you should be able to launch Geodesic just by typing"
4141
color "#"
42-
color "# ${APP_NAME:-$(basename ${DOCKER_IMAGE:-Geodesic})}"
42+
color "# ${APP_NAME:-$(basename ${DOCKER_IMAGE:-geodesic})}"
4343
color "#"
4444
color "########################################################################################"
4545
echo

0 commit comments

Comments
 (0)