summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-05-13 21:29:49 +0300
committerLars Wirzenius <liw@liw.fi>2017-05-13 23:34:53 +0300
commita9c953d067a25ca72e5f35c9698df0929bfb8136 (patch)
tree4e40f01559186e016a82980b61edcd7812b8e015
parentf487e6f3ddb9ed9f504448dbab91a383c2b7f29e (diff)
downloadvmdb2-a9c953d067a25ca72e5f35c9698df0929bfb8136.tar.gz
Fix typo in progress message in main program
-rw-r--r--vmdb/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmdb/app.py b/vmdb/app.py
index 943165a..1ef6a6c 100644
--- a/vmdb/app.py
+++ b/vmdb/app.py
@@ -59,7 +59,7 @@ class Vmdb2(cliapp.Application):
if core_meltdown:
vmdb.progress('Something went wrong, cleaning up!')
else:
- vmdb.progress('All went find, cleaning up.')
+ vmdb.progress('All went fine, cleaning up.')
self.run_teardowns(steps_taken, state)
self.progress.finish()