Skip to content

Commit

Permalink
Update formula
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsmfm committed Jul 1, 2024
1 parent 64c7ee9 commit 216e005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autify-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Edit https://github.com/autifyhq/autify-cli/blob/main/autify-cli.rb instead.

class AutifyCli < Formula
desc "Autify Command Line Interface (CLI)"
desc "Autify Command-Line Interface (CLI)"
homepage "https://github.com/autifyhq/autify-cli"
url "https://github.com/autifyhq/autify-cli", using: :git, revision: "<REVISION>"
version "<VERSION>"
Expand All @@ -25,7 +25,7 @@ def install

def taball_url
package = JSON.parse(File.read("./package.json"), symbolize_names: true)
raise "Version mismatch: #{package[:version]}" unless package[:version] == version
raise "Version mismatch: #{package[:version]}" if package[:version] != version

bucket = package.dig(:oclif, :update, :s3, :bucket)
folder = package.dig(:oclif, :update, :s3, :folder)
Expand Down

0 comments on commit 216e005

Please sign in to comment.