Skip to content

Commit

Permalink
Fix default app name in installation output (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Feb 25, 2025
1 parent 4c99e2e commit 03448f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/usr/local/bin/boot
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ color "# docker run --rm ${DOCKER_IMAGE:-cloudposse/geodesic}:${version} init
color "#"
color "# After that, you should be able to launch Geodesic just by typing"
color "#"
color "# ${APP_NAME:-$(basename ${DOCKER_IMAGE:-Geodesic})}"
color "# ${APP_NAME:-$(basename ${DOCKER_IMAGE:-geodesic})}"
color "#"
color "########################################################################################"
echo
Expand Down

0 comments on commit 03448f4

Please sign in to comment.