diff options
Diffstat (limited to 'Capfile')
-rw-r--r-- | Capfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ load 'deploy' if respond_to?(:namespace) # cap2 differentiator Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) } -load 'config/deploy' # remove this line to skip loading any of the default tasks
\ No newline at end of file +load 'config/deploy' # remove this line to skip loading any of the default tasks |