Skip to content

Commit

Permalink
Parra CLI version "0.2.46"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Sep 1, 2024
1 parent 6dcb548 commit 0a6a056
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.2.45"
ARM_SHA = "70598c0c1a4afdbbe1b221be044488009677c7ae5c90e759169409f45cac1a66"
X86_SHA = "6eb7f9ee62e7215878b0969d855bf852c53945e4396661b27e98ec89ed6ca527"
VERSION = "0.2.46"

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 = "92ed97fc03d6ba2260d1bc68242e45e5c2e01f78128385b02384fb39609bf04a"

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 = "f5ee835bad2a7189b6c1ccb59353d692af75a3cd4f5938e579576ed508180fe5"

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 0a6a056

Please sign in to comment.