fix: use correct var for storing server var

See coop-cloud/organising#162.
This commit is contained in:
2021-09-10 10:35:53 +02:00
parent 39ad6e8aa8
commit 50d663ff6e

View File

@ -32,7 +32,7 @@ var newAppServerFlag = &cli.StringFlag{
Aliases: []string{"s"}, Aliases: []string{"s"},
Value: "", Value: "",
Usage: "Show apps of a specific server", Usage: "Show apps of a specific server",
Destination: &listAppServer, Destination: &newAppServer,
} }
var newAppName string var newAppName string