Skip to content

Commit cb07b96

Browse files
committed
fix(client): restore --cluster=dev as apps:create default
In refactoring the Deis CLI docstrings, we broke the default cluster for apps:create. This was pointed out by smoke_test.go.
1 parent c2f15a2 commit cb07b96

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
@@ -415,7 +415,7 @@ def apps_create(self, args):
415415
416416
Options:
417417
--cluster=<cluster>
418-
target cluster to host application (default: dev).
418+
target cluster to host application [default: dev].
419419
--no-remote
420420
do not create a `deis` git remote.
421421
"""

0 commit comments

Comments
 (0)