Skip to content

Commit

Permalink
Parra CLI version "0.24.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Dec 5, 2024
1 parent 141de5e commit f4cbbb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/parra-cli.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION = "0.24.0"
ARM_SHA = "9f5e5a5203b138aa30cfd8bf1c41116465e7ad4ea1b9db1f9ed72f9af27dd383"
X86_SHA = "93d6863ba241858793c802129ca0b543143cfb2b202a7e253af3b4073e914c76"
VERSION = "0.24.1"

Check failure on line 1 in Formula/parra-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/MutableConstant: Freeze mutable objects assigned to constants.
ARM_SHA = "ac65bc6adecc0d05f02947942e3f98c4ada37aff9566efafbbcde8e1a36c4649"

Check failure on line 2 in Formula/parra-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/MutableConstant: Freeze mutable objects assigned to constants.
X86_SHA = "be120c7eb902cc491b93fb7dad2dcc12ab91a26e05b7970e6866ae057a94312b"

Check failure on line 3 in Formula/parra-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/MutableConstant: Freeze mutable objects assigned to constants.
DESCRIPTION = "A utility for getting started with your next Parra.io project."

Check failure on line 4 in Formula/parra-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/MutableConstant: Freeze mutable objects assigned to constants.

class ParraCli < Formula
Expand Down

0 comments on commit f4cbbb6

Please sign in to comment.