From 0c42a5ab4c0414e658720eb43f622da5abc7e2a5 Mon Sep 17 00:00:00 2001 From: d10s <79284025+D10S0VSkY-OSS@users.noreply.github.com> Date: Tue, 26 Dec 2023 23:35:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9Bfix:=20create=20new=20stack=20openT?= =?UTF-8?q?ofu=20select=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sld-dashboard/app/home/templates/stacks-new.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sld-dashboard/app/home/templates/stacks-new.html b/sld-dashboard/app/home/templates/stacks-new.html index fe77289..4086728 100644 --- a/sld-dashboard/app/home/templates/stacks-new.html +++ b/sld-dashboard/app/home/templates/stacks-new.html @@ -159,7 +159,7 @@

Add New Stack

case 'terragrunt': repoUrl = 'https://api.github.com/repos/gruntwork-io/terragrunt/releases'; break; - case 'openTofu': + case 'tofu': repoUrl = 'https://api.github.com/repos/opentofu/opentofu/releases'; break; default: