Skip to content

Commit 3d4bc55

Browse files
author
Matthew Fisher
committed
fix(client): use present tense when rolling back
1 parent 3dbf6d2 commit 3d4bc55

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
@@ -1526,7 +1526,7 @@ def releases_rollback(self, args):
15261526
else:
15271527
body = {}
15281528
url = "/api/apps/{app}/releases/rollback".format(**locals())
1529-
sys.stdout.write('Rollback to v{version}... '.format(**locals()))
1529+
sys.stdout.write('Rolling back to v{version}... '.format(**locals()))
15301530
sys.stdout.flush()
15311531
try:
15321532
progress = TextProgress()

0 commit comments

Comments
 (0)