diff --git a/cli/app/new.go b/cli/app/new.go index 737fc1f8..d8b43db8 100644 --- a/cli/app/new.go +++ b/cli/app/new.go @@ -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