Skip to content

Commit

Permalink
Fix Name in tf-migrate to be valid Ruby Class name
Browse files Browse the repository at this point in the history
  • Loading branch information
ashconnor committed Sep 16, 2024
1 parent f3d8e2e commit 82b7cf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions util/formula_templater/config.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,9 @@ formula {

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

0 comments on commit 82b7cf6

Please sign in to comment.