Skip to content

Commit

Permalink
#2964: Fix bug causing composer_version to not work correctly for acq…
Browse files Browse the repository at this point in the history
…uia recipes part 2
  • Loading branch information
pirog committed Apr 20, 2021
1 parent 9eba338 commit bb86ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/acquia/README.md
Expand Up @@ -58,7 +58,7 @@ lando composer --version | grep Composer | grep 2.

# Should be able to specify the composer version
cd drupal9
lando composer --version | grep Composer | grep "2.0.11"
lando ssh -c "/usr/local/bin/composer --version" | grep Composer | grep "2.0.11"

# Should use php version 7.4 by default
cd drupal9
Expand Down

0 comments on commit bb86ecd

Please sign in to comment.