Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 committed Dec 3, 2024
1 parent b3cb1bd commit 5c4a6d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/offline-vm-stackit-setup_old.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ parse_params() {
case "${1-}" in
-h | --help) usage ;;
-v | --verbose) set -x ;;
--deploy-container) DEPLOY_SINGLE_CONTAINER=1 ;;
--deploy-container) ;;
-?*) die "Unknown option: $1" ;;
*) break ;;
esac
Expand Down
2 changes: 1 addition & 1 deletion bin/offline-vm-stackit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ parse_params() {
case "${1-}" in
-h | --help) usage ;;
-v | --verbose) set -x ;;
--deploy-container) DEPLOY_SINGLE_CONTAINER=1 ;;
--deploy-container) ;;
-?*) die "Unknown option: $1" ;;
*) break ;;
esac
Expand Down

0 comments on commit 5c4a6d9

Please sign in to comment.