mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
8 lines
242 B
Ruby
Executable file
8 lines
242 B
Ruby
Executable file
#!/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
|
|
|