Skip to content

Commit

Permalink
Parra CLI version "0.2.47"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Sep 1, 2024
1 parent 0a6a056 commit df88e9f
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.46"
ARM_SHA = "92ed97fc03d6ba2260d1bc68242e45e5c2e01f78128385b02384fb39609bf04a"
X86_SHA = "f5ee835bad2a7189b6c1ccb59353d692af75a3cd4f5938e579576ed508180fe5"
VERSION = "0.2.47"

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

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

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 df88e9f

Please sign in to comment.