Skip to content

Commit b4b4a43

Browse files
committed
gcp-list-projects-in-folder.sh: Fix wrong parameter name
1 parent 0a6b1bd commit b4b4a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcp-list-projects-in-folder.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

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

0 commit comments

Comments
 (0)