Skip to content

Commit

Permalink
Removed v2 from artifact and app path
Browse files Browse the repository at this point in the history
  • Loading branch information
vladvildanov committed Jan 29, 2024
1 parent 4807a02 commit 20f1393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Casks/redis-stack-redisinsight.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
end
end

url "https://s3.amazonaws.com/redisinsight.download/public/releases/#{version}/redisstack/RedisInsight-v2-app-#{baseos}.#{platform}.tar.gz"
app "RedisInsight-v2.app"
url "https://s3.amazonaws.com/redisinsight.download/public/releases/#{version}/redisstack/RedisInsight-app-#{baseos}.#{platform}.tar.gz"
app "RedisInsight.app"

uninstall_preflight do
if RUBY_PLATFORM.index('x86') != nil
Expand Down

0 comments on commit 20f1393

Please sign in to comment.