Skip to content

Commit

Permalink
Merge pull request #174340 from Homebrew/insta360-studio-update-livec…
Browse files Browse the repository at this point in the history
…heck

insta360-studio: update livecheck
  • Loading branch information
miccal committed May 20, 2024
2 parents b5607bf + d3ceeeb commit 649f067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Casks/i/insta360-studio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}ix)
strategy :json do |json, regex|
# Find the Insta360 Studio app
app = json.dig("data", "apps")&.find { |item| item["id"] == 38 }
app = json.dig("data", "apps")&.find { |item| item["app_id"] == 38 }
next if app.blank?

# Find the newest macOS version
Expand Down

0 comments on commit 649f067

Please sign in to comment.