Skip to content

Commit

Permalink
Fixed ACSF deploy error (#1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored and grasmash committed Jun 13, 2017
1 parent c6fcdc4 commit fdf25b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cloud-hooks/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ acsf_deploy() {
# Loop through each available site uri and run BLT deploy updates.
for uri in "${sites[@]}"; do
#Override BLT default deploy uri.
blt deploy:update -D drush.uri "$uri" -v
blt deploy:update -D drush.uri="$uri" -v
if [ $? -ne 0 ]; then
echo "Update errored for site $uri."
exit 1
Expand Down

0 comments on commit fdf25b5

Please sign in to comment.