Skip to content

Commit

Permalink
Removed one more v2 from path
Browse files Browse the repository at this point in the history
  • Loading branch information
vladvildanov committed Jan 29, 2024
1 parent 20f1393 commit cdd09c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Casks/redis-stack-redisinsight.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
dest = "#{basepath}/redisinsight"
File.open(dest, 'w+') { |f|
f.write("#!/bin/sh\n\n")
f.write("open /Applications/RedisInsight-v2.app\n")
f.write("open /Applications/RedisInsight.app\n")
}
FileUtils.chmod(0755, dest)
end
Expand Down

0 comments on commit cdd09c9

Please sign in to comment.