Skip to content

Commit

Permalink
pass env to rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne committed Apr 21, 2013
1 parent cea63f1 commit d8c5a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/s3_direct_upload.rake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace :s3_direct_upload do
desc "Removes old uploads from specified s3 bucket/directory -- Useful when uploads are processed into another directory"
task :clean_remote_uploads do
task :clean_remote_uploads => :environment do
require 'thread'
require 'fog'

Expand Down

0 comments on commit d8c5a96

Please sign in to comment.