Closed kana closed 12 years ago
It actually runs git checkout -f #<Gem::Version 1.2.3> instead of git checkout -f '1.2.3'! As a result, proper versions will never be checked out nor deployed.
git checkout -f #<Gem::Version 1.2.3>
git checkout -f '1.2.3'
It actually runs
git checkout -f #<Gem::Version 1.2.3>
instead ofgit checkout -f '1.2.3'
! As a result, proper versions will never be checked out nor deployed.