Skip to content

Commit

Permalink
Shortened a description for a Rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Stacoviak committed Dec 8, 2009
1 parent 033e61e commit e2e0da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -12,7 +12,7 @@ task :build => 'styles:clear' do
system "staticmatic build ."
end

desc "Clears the styles, generates new styles, builds the site, and finally deploys the site"
desc "Clears and generates new styles, builds and deploys"
task :deploy => :build do
puts "*** Deploying the site ***"
system("rsync -avz --delete site/ #{ssh_user}:#{remote_root}")
Expand Down

0 comments on commit e2e0da2

Please sign in to comment.