Skip to content

Commit

Permalink
Parra CLI version "0.2.35"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Aug 26, 2024
1 parent 0c5a716 commit b9f3dac
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.34"
ARM_SHA = "83dd12f536796f9cb086d0196571224860ee4ef81026f8723ef85918448e7cb4"
X86_SHA = "42e2dd37169de51b9d6c244487c1438dd12d3eb3fb0a5f875b70503a4e87b485"
VERSION = "0.2.35"

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

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

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 b9f3dac

Please sign in to comment.