Skip to content

Commit

Permalink
Parra CLI version "0.2.43"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Sep 1, 2024
1 parent ca7dbd9 commit 3e3b56e
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.42"
ARM_SHA = "3eafb92aabc35c836bfb6e9fcf7f9da22ac73793590c5e3a9dae0541b822a575"
X86_SHA = "5a9701d62fac2bb25891f19cd6d272ff9004c75c3ebb68dc4b5a4f006450b488"
VERSION = "0.2.43"

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 = "51d5c9d3fbed8fa50db3259979693cbd6e9bb51376c7aa49619b6c18090686b0"

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 = "82be0fa1c0f42e9f75e60041c2f6bd7555ee6f8dea75b18ff758787077c4790a"

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 3e3b56e

Please sign in to comment.