Navigation Menu

Skip to content

Commit

Permalink
Add missing "--delete"
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 29, 2015
1 parent d495c29 commit 8f3dd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -136,7 +136,7 @@ namespace :package do

desc "Download sources"
task :download => source_dir do
sh("rsync", "-avz", "--progress", "#{rsync_path}/", source_dir)
sh("rsync", "-avz", "--progress", "--delete", "#{rsync_path}/", source_dir)
end

desc "Upload sources"
Expand Down

0 comments on commit 8f3dd4a

Please sign in to comment.