We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a820a7c commit 0a63e0bCopy full SHA for 0a63e0b
delete-db-branch.sh
@@ -8,4 +8,4 @@ BRANCH_NAME="$1"
8
9
. set-db-and-org-and-branch-name.sh
10
11
-pscale branch delete $DB_NAME $BRANCH_NAME --force --org $ORG_NAME
+pscale branch delete "$DB_NAME" "$BRANCH_NAME" --force --org "$ORG_NAME"
0 commit comments