Skip to content

Commit

Permalink
Parra CLI version "0.5.17"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Oct 5, 2024
1 parent 87df7fd commit 17f557c
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.5.16"
ARM_SHA = "160e5d40f5773cbffe328658f1112147e7ca0d8ede007861afb8e271a84e64ad"
X86_SHA = "9706eef8c14c53dd2d3f7ede356430be1b8a7ca196726c453e6c212ca8b2ca10"
VERSION = "0.5.17"

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

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 = "1f5152ad4fb18954fcb22cdcc0c99ad64c7041b3d7a4cf5b546c728d0e8b82cb"

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 17f557c

Please sign in to comment.