Skip to content

Commit

Permalink
Parra CLI version "0.5.19"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Oct 7, 2024
1 parent 6453090 commit 8987f1f
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.5.18"
ARM_SHA = "1fc30c8a25fa95c9c0862e6df7be3aa62edfd1bbe8da5675817943c193364665"
X86_SHA = "7df3d906339b1e0f84ef172897b03dd7b6b20b83d3dfb24bb9853d062ebdc6ac"
VERSION = "0.5.19"

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

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

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 8987f1f

Please sign in to comment.