Skip to content

Commit

Permalink
Parra CLI version "0.2.13"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Aug 16, 2024
1 parent 085f353 commit 3fba902
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.12"
ARM_SHA = "02de78001abe3d1d8087909eb7de59f9474e41c4267da37770bdb377839ff5fb"
X86_SHA = "d2bb578dea5488eeb0e3dc470ae6915b87b555eb1c20e5f9bb526dbbd50dc7b8"
VERSION = "0.2.13"

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 = "95a0ebb577e2c48b490c25e49bc6ea8b090deba14bc4ebfec45500c1f8cae2dd"

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 = "3957db45266d683182f212d7303dc1c153a3a820ad048d26219d5a3b985e124b"

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 3fba902

Please sign in to comment.