1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/lib
Lee Hambley 16c5d3b71c Replace literal tabs with two spaces
Most versions of `sed` don't accept `\t`, instead enter a literal tab with
Ctrl+v, Tab.

    git ls-files | xargs sed -i '' -e 's/[\t]/  /g'
2013-04-02 21:20:33 +02:00
..
capistrano Replace literal tabs with two spaces 2013-04-02 21:20:33 +02:00
capistrano.rb Fix compatibility with Rake 0.9.x. 2012-02-19 18:17:17 +01:00