Skip to content

Commit

Permalink
Fixing typo in copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
chewbranca authored and defunkt committed Jul 9, 2010
1 parent a13dc6d commit b90e79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/redis.rake
Expand Up @@ -93,7 +93,7 @@ namespace :redis do
end

%w(redis-benchmark redis-cli redis-server).each do |bin|
sh "cp /tmp/redis/src//#{bin} #{bin_dir}"
sh "cp /tmp/redis/src/#{bin} #{bin_dir}"
end

puts "Installed redis-benchmark, redis-cli and redis-server to #{bin_dir}"
Expand Down

0 comments on commit b90e79c

Please sign in to comment.