From 82b7cf61c7a0a873b0aeebfecc1c11219cfe695b Mon Sep 17 00:00:00 2001 From: Ashley Connor Date: Mon, 16 Sep 2024 15:14:07 -0700 Subject: [PATCH] Fix Name in tf-migrate to be valid Ruby Class name --- util/formula_templater/config.hcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/util/formula_templater/config.hcl b/util/formula_templater/config.hcl index c3a3619..b3642a4 100644 --- a/util/formula_templater/config.hcl +++ b/util/formula_templater/config.hcl @@ -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