Skip to content

Commit

Permalink
Add -r flag to git rm --cached instructions (heroku#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxehmookau authored and dzuelke committed Oct 19, 2016
1 parent aeac3db commit 10e218a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ This directory should not be under version control; only your
'$COMPOSER' and '$COMPOSER_LOCK' files should be added, which
will let Composer handle installation of dependencies on deploy.
To suppress this notice, first remove the folder from your index
by running 'git rm --cached $composer_vendordir/'.
by running 'git rm -r --cached $composer_vendordir/'.
Next, edit your project's '.gitignore' file and add the folder
'/$composer_vendordir/' to the list.$composer_warn_bindir
For more info, refer to the Composer FAQ: http://bit.ly/1rlCSZU"
Expand Down

0 comments on commit 10e218a

Please sign in to comment.