Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit fdf25b5

Browse files
danepowellgrasmash
authored andcommitted
Fixed ACSF deploy error (#1653)
1 parent c6fcdc4 commit fdf25b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cloud-hooks/functions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ acsf_deploy() {
3535
# Loop through each available site uri and run BLT deploy updates.
3636
for uri in "${sites[@]}"; do
3737
#Override BLT default deploy uri.
38-
blt deploy:update -D drush.uri "$uri" -v
38+
blt deploy:update -D drush.uri="$uri" -v
3939
if [ $? -ne 0 ]; then
4040
echo "Update errored for site $uri."
4141
exit 1

0 commit comments

Comments
 (0)