Skip to content

Commit

Permalink
Parra CLI version "0.2.37"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Aug 27, 2024
1 parent b634bab commit ccc73d6
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.36"
ARM_SHA = "99093d4662d8f8ee77e7d82b8867d1ad4db16112b9af5e8989d5cd40cd9b5aaf"
X86_SHA = "2a9b81272addc0dc77a3e1cb3b2a642d144f4f3724479b809fc4a7d2f34b3e6b"
VERSION = "0.2.37"

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

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

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 ccc73d6

Please sign in to comment.