mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 03:27:02 -07:00
Removed vars from fetch cmd
This commit is contained in:
parent
c822531fde
commit
6785402928
1 changed files with 0 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue