Skip to content

Commit

Permalink
Parra CLI version "0.2.26"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Aug 19, 2024
1 parent 3426192 commit 7455e2e
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.25"
ARM_SHA = "35e3118920e2aa9df870a2e9ed2d7305f8d231139969407ea868ed26f81a4b9e"
X86_SHA = "894e55298982f28c1f77a979aa4a6bdc4afc087e8bc5e5f2dc6e2a5e5cf166ed"
VERSION = "0.2.26"

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

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

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 7455e2e

Please sign in to comment.