Skip to content

Commit b90e79c

Browse files
chewbrancadefunkt
authored andcommitted
Fixing typo in copy command
1 parent a13dc6d commit b90e79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/redis.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ namespace :redis do
9393
end
9494

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

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

0 commit comments

Comments
 (0)