Skip to content

Commit

Permalink
generate_readmes_with_helm-docs.sh: fix wrong script name
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Kastl committed Apr 15, 2023
1 parent 0980dc1 commit 3ebaf7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate_readmes_with_helm-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
set -eu

# Generate helm-docs for Helm charts
# Usage ./gen-helm-docs.sh [chart]
# Usage ./common_README_with_helm-docs.sh [chart]

if [ $# -gt 1 ]
then
echo "Please use this script without arguments or"
echo "with only one single chart name as argument"
echo "Usage: ./gen-helm-docs.sh [chart]"
echo "Usage: ./common_README_with_helm-docs.sh [chart]"
exit 1
fi

Expand Down

0 comments on commit 3ebaf7d

Please sign in to comment.