mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Adds a stub executable with a warning about the API incompatibility
This commit is contained in:
parent
6f2d5d0a73
commit
492793916a
1 changed files with 8 additions and 0 deletions
8
bin/capify
Executable file
8
bin/capify
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/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
|
Loading…
Reference in a new issue