Skip to content

Commit 85a1cec

Browse files
Merge pull request #29 from GitGuardian/pf-fix-save
Preflights: disable saving for help
2 parents f375794 + 476aa16 commit 85a1cec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helm-preflights/preflights.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ while (("$#")); do
255255
shift
256256
;;
257257
-h | --help)
258+
SAVE="no"
258259
usage
259260
exit 0
260261
;;

0 commit comments

Comments
 (0)