TUN-3715: Only read config file once, right before invoking the command

This commit is contained in:
Igor Postelnik
2021-03-16 17:22:13 -05:00
parent 2c746b3361
commit 8c5498fad1
18 changed files with 125 additions and 114 deletions
-1
View File
@@ -18,7 +18,6 @@ import (
homedir "github.com/mitchellh/go-homedir"
"github.com/pkg/errors"
gossh "golang.org/x/crypto/ssh"
"github.com/cloudflare/cloudflared/config"
cfpath "github.com/cloudflare/cloudflared/token"
)