Skip to content

Commit

Permalink
Parra CLI version "0.2.38"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Aug 29, 2024
1 parent ccc73d6 commit 886bee1
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.37"
ARM_SHA = "985c36e936f74a6eb3b8eb48bf5be50b0040433c917e8a1aadb34a9fa2a3abf0"
X86_SHA = "473ffd9b761f50d0b97a6cb3338626e7671a04b1f16ea580762a3c27a0ca24c9"
VERSION = "0.2.38"

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

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 = "2063b440931bf3acd5d7d995dbfb4e79cc014d83f6c3181b6a7859a722405e4d"

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 886bee1

Please sign in to comment.