Commit 7945ab0

mo khan <mo@mokhan.ca>
2015-05-30 03:18:33
remove depends on removed task.
1 parent 27c7406
Changed files (1)
lib
tasks
lib/tasks/s3.rake
@@ -11,7 +11,7 @@ namespace :s3 do
   end
 
   desc 'Clone the repo to the cache'
-  task clone: :'s3:wrapper' do
+  task :clone do
     on release_roles :all do
       if strategy.test
         info t(:mirror_exists, at: repo_path)