Navigation Menu

Skip to content

Commit

Permalink
Fix wrong variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 28, 2015
1 parent 941b7b5 commit bfb97d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -167,7 +167,7 @@ postgresql-devel
task :upload => repositories_dir do
sh("rsync", "-avz", "--progress",
# "--delete",
"#{source_dir}/#{distribution}/",
"#{repositories_dir}/#{distribution}/",
"#{rsync_path}/#{distribution}")
end
end
Expand Down

0 comments on commit bfb97d2

Please sign in to comment.