Skip to content

Commit

Permalink
Parra CLI version "0.2.21"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Aug 18, 2024
1 parent 4697cb8 commit 0912149
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.20"
ARM_SHA = "f323fd4a40dff504caea97dd2a8ae62a9e4225c0cfcd7fb7ef1bfddd257f87b8"
X86_SHA = "84e38b668b82def4989f20f0042084fb3633c9e7a25d14473d825c52fe71b50d"
VERSION = "0.2.21"

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

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 = "8399fa9ecd5b41cc9fceddb8c3200ea0b52c1ddd11a8810a0f5b85ae4a2d1886"

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 0912149

Please sign in to comment.