Skip to content

Commit 8aa6423

Browse files
rfaypenyaskito
andauthored
@penyaskito suggestions, thanks!
Co-authored-by: Christian López Espínola <[email protected]>
1 parent 899648d commit 8aa6423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core-dev/install_drush.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ git add .makedrush.txt
2323
git stash
2424

2525
# Install drush
26-
composer require drush/drush
26+
composer require drush/drush --with-dependencies
2727

2828
# Roll back to what we started with. Cleans up
2929
# composer.* and anything else that the drush install changes
@@ -33,7 +33,7 @@ git reset --hard
3333

3434
# Restore anything that might have been staged
3535
# prior to the start
36-
git stash apply
36+
git stash pop
3737

3838
# Get rid of our dummy file
3939
git rm -f .makedrush.txt

0 commit comments

Comments
 (0)