Skip to content

Commit

Permalink
Parra CLI version null
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Aug 22, 2024
1 parent 4a21c89 commit d82ab81
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.29"
ARM_SHA = "9cf65ab3b000671797f1c4668a05acefb7bf52b9c48b9977eeda1224ab28c729"
X86_SHA = "25bd0201aa1f1e5aa3aa431e94cf0caacd6c0689e94c2ce103099bf9c3fb20b8"
VERSION = ""

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

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

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 d82ab81

Please sign in to comment.