forked from toolshed/abra
		
	fix: use correct var for storing server var
See coop-cloud/organising#162.
This commit is contained in:
		| @ -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 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user