1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/bin/capify

9 lines
242 B
Text
Raw Normal View History

#!/usr/bin/env ruby
puts "-" * 80
puts "Capistrano 3.x is incompatible with Capistrano 2.x. "
puts
puts "This command has become `cap install` in Capistrano 3.x"
puts
puts "For more information see http://www.capistranorb.com/"
puts "-" * 80