Skip to content

Commit

Permalink
Parra CLI version "0.2.42"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Sep 1, 2024
1 parent 259554a commit ca7dbd9
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.41"
ARM_SHA = "ec4e77cb543cd3adc78fdb753f65fd66f2caec1a11e9a2ef2db9e601dc7fc17d"
X86_SHA = "831c80d8004757f21eb6a43a53f2989b08b0a3d07699655332667b65ebc01ac6"
VERSION = "0.2.42"

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

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 = "5a9701d62fac2bb25891f19cd6d272ff9004c75c3ebb68dc4b5a4f006450b488"

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 ca7dbd9

Please sign in to comment.