lib/capistrano/tasks/bundle_rsync.rake in capistrano-bundle_rsync-0.4.8 vs lib/capistrano/tasks/bundle_rsync.rake in capistrano-bundle_rsync-0.4.9

- old
+ new

@@ -15,9 +15,10 @@ def bundle_rsync_scm @bundle_rsync_scm ||= if fetch(:bundle_rsync_scm).to_s == 'local_git' require 'capistrano/bundle_rsync/local_git' + set :bundle_rsync_local_release_path, repo_url Capistrano::BundleRsync::LocalGit.new(self) else require 'capistrano/bundle_rsync/git' Capistrano::BundleRsync::Git.new(self) end