Skip to content

Commit 1e92264

Browse files
authored
fix: remove -n command line arg (#1321)
1 parent 70d9401 commit 1e92264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_kubectl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [[ "$1" =~ ^v?[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
1414
shift
1515
fi
1616

17-
if [[ "$1" == "--dry-run" ]] || [[ "$1" == "-n" ]]; then
17+
if [[ "$1" == "--dry-run" ]]; then
1818
DRY_RUN=true
1919
echo "--- DRY-RUN MODE ACTIVATED ---"
2020
fi

0 commit comments

Comments
 (0)