From fa40cd89dd1c944aacc0d90af2a7c7dd46346f01 Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Tue, 15 Apr 2025 16:11:17 -0400 Subject: [PATCH] workflow test for builds and backports (#25688) Remove a useless comment to run a test of the build and backport workflows. Ref: https://hashicorp.atlassian.net/browse/NET-11804 Ref: https://hashicorp.atlassian.net/browse/NET-10556 --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 01aa38418..0a5897a42 100644 --- a/main.go +++ b/main.go @@ -83,7 +83,6 @@ func main() { } func Run(args []string) int { - // Create the meta object metaPtr := new(command.Meta) metaPtr.SetupUi(args)