summaryrefslogtreecommitdiff
path: root/saharaclient/osc/v1/clusters.py
diff options
context:
space:
mode:
Diffstat (limited to 'saharaclient/osc/v1/clusters.py')
-rw-r--r--saharaclient/osc/v1/clusters.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/saharaclient/osc/v1/clusters.py b/saharaclient/osc/v1/clusters.py
index d5fa60d..eb40834 100644
--- a/saharaclient/osc/v1/clusters.py
+++ b/saharaclient/osc/v1/clusters.py
@@ -657,7 +657,7 @@ class VerificationUpdateCluster(command.ShowOne):
print_status = 'started'
sys.stdout.write(
'Cluster "{cluster}" health verification has been '
- '{status}.'.format(cluster=parsed_args.cluster,
- status=print_status))
+ '{status}.\n'.format(cluster=parsed_args.cluster,
+ status=print_status))
return {}, {}