Re-enable publishing of the Atom feed

This commit is contained in:
Blake Watters
2012-12-05 21:48:02 -05:00
parent 2b9c7ca275
commit 9a04de975e

View File

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