From 2ead8a2d3a9b50f3ac867d90d6945d638ad6cc54 Mon Sep 17 00:00:00 2001 From: mcorbin Date: Sat, 1 Jun 2024 19:23:04 +0200 Subject: [PATCH] remove unused profile var --- cmd/root.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index bf89ab5..b407796 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -6,7 +6,6 @@ import ( ) var outputFormat string -var profile string func Execute() error { var rootCmd = &cobra.Command{