From c3854e89c769cea3b570be44eec15c22b39024a8 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Wed, 23 May 2018 15:17:19 +0100 Subject: [PATCH] framework/host: Fix Typo --- wa/framework/host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wa/framework/host.py b/wa/framework/host.py index 36479770..e43761b0 100644 --- a/wa/framework/host.py +++ b/wa/framework/host.py @@ -85,7 +85,7 @@ def convert_wa2_agenda(filepath, output_path): default={}), ConfigurationPoint('cleanup_assets', aliases=['clean_up'], - description='''Specific whether to clean up assets + description='''Specify whether to clean up assets deployed to the target''', default=True), ])