Skip to content

Commit

Permalink
gcp-list-projects-in-folder.sh: Fix wrong parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
theCalcaholic committed Mar 17, 2021
1 parent 0a6b1bd commit b4b4a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcp-list-projects-in-folder.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

. "$(dirname "$BASH_SOURCE")/lib/parse_args.sh"
REQUIRED=("folder_id")
REQUIRED=("folder-id")
parse_args __DESCRIPTION "Lists all projects contained in a GCP folder or its subfolders" \
__USAGE "gcp-list-projects-in-folder.sh folder_id
Expand Down

0 comments on commit b4b4a43

Please sign in to comment.