Skip to content

Commit

Permalink
Parra CLI version "0.2.39"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Aug 29, 2024
1 parent 886bee1 commit f07e9be
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.38"
ARM_SHA = "be890f11c7b3f742ec1dc369f368ffc51121b6c601c0cc7fdd5631dcffa12ba3"
X86_SHA = "2063b440931bf3acd5d7d995dbfb4e79cc014d83f6c3181b6a7859a722405e4d"
VERSION = "0.2.39"

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 = "6066cac43a9aff15add8f61b041ba72d5995081c0bd7560ec036b7003997a36a"

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 = "3f423cfd51d9770cae37e7d42779491270ed907a960aa1b665ca84aca37b6696"

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 f07e9be

Please sign in to comment.