lib/alpha_omega/deploy.rb in alpha_omega-0.0.212 vs lib/alpha_omega/deploy.rb in alpha_omega-0.0.213

- old
+ new

@@ -24,9 +24,10 @@ # the deploy will fail with an error. # ========================================================================= _cset(:application) { abort "Please specify the name of your application, set :application, 'foo'" } _cset(:repository) { abort "Please specify the repository that houses your application's code, set :repository, 'foo'" } + _cset(:local_repository) { "file://#{ENV['PWD']}" } # ========================================================================= # These variables may be set in the client capfile if their default values # are not sufficient. # =========================================================================