Skip to content

Commit

Permalink
Parra CLI version "0.1.60"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Aug 1, 2024
1 parent c593f72 commit 2b1cb18
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.1.58"
ARM_SHA = "d345b5b1fdbe58aee4b911f11d103c01510863de26e56d9aa59b09fd52009d1d"
X86_SHA = "b68dd2e642f8b9286d400f33124f171330f7a56b878b4b6056d3c157b1b2ca1b"
VERSION = "0.1.60"

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

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 = "200e00551021619f0e955ad848b20347dd31c3c9068785d91cd9950d1af8ffd8"

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 2b1cb18

Please sign in to comment.