Skip to content

Commit

Permalink
Parra CLI version "0.5.8"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Oct 1, 2024
1 parent 55ebdb7 commit e6e9b29
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.7"
ARM_SHA = "f38a4c7b45937eb193867efb86866af6c6476235a4fd89cd211ac83001be96eb"
X86_SHA = "6d3cc2b114f53f2bf4c298a0bb11161201b598d33413a933553816954a96e523"
VERSION = "0.5.8"

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

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

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 e6e9b29

Please sign in to comment.