Don't clobber the Atom feed when publishing docs

This commit is contained in:
Blake Watters
2012-09-19 12:16:28 -04:00
parent b6e8050842
commit 29acbc75e9

View File

@@ -182,7 +182,7 @@ namespace :docs do
run(command)
if $?.exitstatus == 0
command = "rsync -rvpPe ssh Docs/API/publish/ #{destination}"
command = "rsync -rvpPe ssh Docs/API/publish/*.xar #{destination}"
run(command)
end
end