Skip to content

Commit

Permalink
Parra CLI version "0.20.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Nov 20, 2024
1 parent dd7667c commit d66dd4a
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.20.0"
ARM_SHA = "1f12e18e3c792f215c9822ff5f67b33e01a9e587858c18c19fe98e92e838cd48"
X86_SHA = "01d4e55aa29c3bcf3acd076734a722bb5449eb0f9bb017e9b0281734c66f90d5"
VERSION = "0.20.1"

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

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 = "49574f7e256a0d175ef6d5c9a4667fb6f3af70fb4b950a1f9595b34939d9923b"

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 d66dd4a

Please sign in to comment.