Merge pull request #367 from gravitl/hotfix_v0.8.4_duplicate_code

fixing duplicate code
This commit is contained in:
Alex 2021-10-20 07:53:16 -04:00 committed by GitHub
commit dc29e92b0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,11 +31,6 @@ func main() {
hostname = ""
}
hostname, err := os.Hostname()
if err != nil {
hostname = ""
}
cliFlags := []cli.Flag{
&cli.StringFlag{
Name: "network",