Skip to content

Commit 3dbf6d2

Browse files
author
Matthew Fisher
committed
fix(client): add "but first, coffee" string back
1 parent 76c23df commit 3dbf6d2

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
@@ -1238,7 +1238,7 @@ def ps_scale(self, args):
12381238
for type_num in args.get('<type=num>'):
12391239
typ, count = type_num.split('=')
12401240
body.update({typ: int(count)})
1241-
sys.stdout.write('Scaling processes... ')
1241+
sys.stdout.write('Scaling processes... but first, coffee!')
12421242
sys.stdout.flush()
12431243
try:
12441244
progress = TextProgress()

0 commit comments

Comments
 (0)