From 39ca3e607fa86db3e4199276373c41a2422897f7 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 26 Oct 2020 17:11:02 -0400 Subject: [PATCH] Remove stray quote (#51) Signed-off-by: Josh Soref --- cr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cr.sh b/cr.sh index f087555..767dc0a 100755 --- a/cr.sh +++ b/cr.sh @@ -27,7 +27,7 @@ cat << EOF Usage: $(basename "$0") -h, --help Display help - -v, --version The chart-releaser version to use (default: v1.0.0)" + -v, --version The chart-releaser version to use (default: v1.0.0) -d, --charts-dir The charts directory (default: charts) -u, --charts-repo-url The GitHub Pages URL to the charts repo (default: https://.github.io/) -o, --owner The repo owner