Skip to content

Commit 253e655

Browse files
committed
Add GCP modules for base infrastructure, DNS, GCS, MySQL, and Postgres with comprehensive resource definitions and input/output specifications
1 parent 00c43a2 commit 253e655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ parse_args() {
2323
BINDIR=${BINDIR:-./bin}
2424
while getopts "b:dh?x" arg; do
2525
case "$arg" in
26-
b) BINDIR="$OPTARG" ;;
26+
b) BINDIR="$PLTFRG" ;;
2727
d) log_set_priority 7 ;; # debug
2828
h | \?) usage "$0" ;;
2929
x) set -x ;;

0 commit comments

Comments
 (0)