Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsutphin committed Apr 17, 2012
1 parent b9bbb7f commit 38c67f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/deploy.rb
Expand Up @@ -75,7 +75,7 @@
desc "#{t} task is a no-op with mod_rails"
task t, :roles => :app do ; end
end

desc "Fix permissions"
task :permissions do
sudo "chmod -R g+w #{shared_path} #{current_path} #{release_path}"
Expand Down Expand Up @@ -104,7 +104,7 @@
task :images, :roles => :app do
run "cd #{current_path} && bundle exec rake RAILS_ENV=#{rails_env} config:images"
end

desc "Create the static auth file for the application user"
task :static_authority, :roles => :app do
run "cd #{current_path} && bundle exec rake RAILS_ENV=#{rails_env} static_user:create"
Expand Down

0 comments on commit 38c67f8

Please sign in to comment.