lib/shuttle/deployment/php.rb in shuttle-deploy-0.2.0.beta1 vs lib/shuttle/deployment/php.rb in shuttle-deploy-0.2.0.beta2
- old
+ new
@@ -1,6 +1,6 @@
module Shuttle
- class Php < Shuttle::Deploy
+ class Php < Shuttle::Strategy
def setup
unless php_installed?
error "Please install PHP first"
end
\ No newline at end of file