Skip to content

Commit

Permalink
Switch rsync flags to avoid errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed Apr 3, 2012
1 parent f0eefe2 commit 0ed29a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -68,7 +68,7 @@ task :release_docs => :docs do
if config
dir = "/var/www/gforge-projects/#{gemspec.rubyforge_project}/#{gemspec.name}"
dest = "#{config["username"]}@rubyforge.org:#{dir}"
sh %{rsync -av --delete doc/ #{dest}}
sh %{rsync -rl --delete doc/ #{dest}}
end
end
task :release => :release_docs

0 comments on commit 0ed29a8

Please sign in to comment.