Skip to content

Commit

Permalink
Parra CLI version "0.2.45"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Sep 1, 2024
1 parent b3fc679 commit 6dcb548
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.44"
ARM_SHA = "5a60b535c69f4e289a81bf562843442797c42fe3c43c3a298e84d72289039aae"
X86_SHA = "11538b76dfab1b5692ee042ada63635a49facdc67e4aee06c8c707524d8d5e1b"
VERSION = "0.2.45"

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

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

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 6dcb548

Please sign in to comment.