From 74d70221cdce27847dca0e78352598f2c4245ea8 Mon Sep 17 00:00:00 2001 From: Rizky Maulana Nugraha Date: Thu, 17 Sep 2020 22:02:17 +0700 Subject: [PATCH] Fix small typo in cr.sh (#39) Signed-off-by: Rizky Maulana Nugraha --- cr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cr.sh b/cr.sh index 31efd39..e7b173d 100755 --- a/cr.sh +++ b/cr.sh @@ -28,7 +28,7 @@ Usage: $(basename "$0") -h, --help Display help -v, --version The chart-releaser version to use (default: v1.0.0)" - -d, --charts-dir The charts directory (defaut: charts) + -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 -r, --repo The repo name