From 67854029286fe1eb7f551246e7da5c12eb0ae451 Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Fri, 20 Sep 2024 16:51:18 -0600 Subject: [PATCH] Removed vars from fetch cmd --- cmd/fetch.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cmd/fetch.go b/cmd/fetch.go index ef7e16e..c2ba4e5 100644 --- a/cmd/fetch.go +++ b/cmd/fetch.go @@ -13,12 +13,6 @@ import ( "github.com/spf13/cobra" ) -var ( - accessToken string - remoteHost string - remotePort int -) - var fetchCmd = &cobra.Command{ Use: "fetch", Short: "Fetch a config file from a remote instance of configurator",