Skip to content

Commit

Permalink
Fix Name in tf-migrate to be valid Ruby Class name (#289)
Browse files Browse the repository at this point in the history
The name used currently is an invalid Ruby class name

This results in the following incorrect formula:

f3d8e2e#diff-bbce9fac5595a26442059aeafb8bab526fae892f84379d558e87c6822cadea54R4
  • Loading branch information
ashconnor committed Sep 16, 2024
1 parent f3d8e2e commit 368a288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/formula_templater/config.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@ formula {

formula {
product = "tf-migrate"
name = "tf-migrate"
desc = "tf-migrate"
name = "TfMigrate"
desc = "Terraform Migrate"
homepage = "https://www.terraform.io"
architectures {
darwin_amd64 = true
Expand Down

0 comments on commit 368a288

Please sign in to comment.