diff --git a/ghcup b/ghcup index 02fd07d..d67340e 100755 --- a/ghcup +++ b/ghcup @@ -1934,7 +1934,7 @@ while [ $# -gt 0 ] ; do fi ;; -V|--version) - printf "%s" "${VERSION}" + printf "%s\\n" "${VERSION}" exit 0;; -h|--help) usage;;