Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
farsnow committed Jul 2, 2022
1 parent 9484c8a commit e5b18ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func newSubnetCommand() *cli.Command {
if err != nil {
logrus.Errorf("failed to get subnet")
}
os.Stdout.Write([]byte(discoverGateway.String()))
fmt.Println(discoverGateway.String())
return nil
},
}
Expand Down

0 comments on commit e5b18ad

Please sign in to comment.