Skip to content

Commit

Permalink
Parra CLI version "0.2.19"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Aug 17, 2024
1 parent badc42e commit f73742e
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.18"
ARM_SHA = "2f870da3500bd175c7b84c30a43a5ec5edeb3bea59e7c39157e46a615c78b443"
X86_SHA = "e0838b627b8f65d81bd394f1edd91575cc762e5593d9c2150ff273f22a9f5727"
VERSION = "0.2.19"

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 = "56c9bd8b41f666c0bf80b3abd8079a7aeaebe2b350572bba43579ecaf4b3ba65"

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

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 f73742e

Please sign in to comment.