Removed vars from fetch cmd

This commit is contained in:
David Allen 2024-09-20 16:51:18 -06:00
parent c822531fde
commit 6785402928
Signed by: towk
GPG key ID: 793B2924A49B3A3F

View file

@ -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",