Skip to content

Commit

Permalink
Parra CLI version "0.2.31"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Aug 22, 2024
1 parent f174a66 commit 73b73b2
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.30"
ARM_SHA = "28f68688597b65201f74f7369623b2e83101573bbfcdb81881868891f3250e4a"
X86_SHA = "6a5b6fcc4ea6ad7c4ec7e0c3ada4674e3c7e0a2c9e0ec3d12aa12e99750abd65"
VERSION = "0.2.31"

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 = "8af08e870b6a8a6e16ba6b5d1b1d83619ab45b87548d016f5da3075bc404527c"

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 = "9d4d48abc25e96cb271e01d8feab0eebbac264d04838b3db3cbed4d9532c9ada"

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 73b73b2

Please sign in to comment.