fix: use correct var for storing server var

See coop-cloud/organising#162.
This commit is contained in:
decentral1se 2021-09-10 10:35:53 +02:00
parent 39ad6e8aa8
commit 50d663ff6e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

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