Skip to content

Commit

Permalink
ISSUE-204: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
beto-aveiga committed Jan 28, 2025
1 parent a6ccff8 commit a19b94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaffold/github/actions/acquia/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runs:
# Avoid using drush9
# drainpipe_exec "sed -i.bak 's|drush9|/var/www/html/lullabotsandbox.dev/vendor/bin/drush|g' /var/www/html/drush/sites/lullabotsandbox.site.yml"
drainpipe_exec "yq eval '.. | select(has("paths")) | .paths' /var/www/html/drush/sites/lullabotsandbox.site.yml"
drainpipe_exec "yq eval '.. | select(has(\"paths\")) | .paths' /var/www/html/drush/sites/lullabotsandbox.site.yml"
echo "AFTER"
Expand Down

0 comments on commit a19b94e

Please sign in to comment.