Skip to content

Commit e7d96e3

Browse files
author
Oliver Nordbjerg
committed
fix(client): remove path argument for config:push
We have specified a path option, so we can't also have a path argument.
1 parent 68b6f4d commit e7d96e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ def config_push(self, args):
13251325
The environment is read from <path>. This file can be read by foreman
13261326
to load the local environment for your app.
13271327
1328-
Usage: deis config:push [<path>] [options]
1328+
Usage: deis config:push [options]
13291329
13301330
Options:
13311331
-a --app=<app>

0 commit comments

Comments
 (0)