1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-22 12:58:36 +00:00

framework/host: Fix Typo

This commit is contained in:
Marc Bonnici 2018-05-23 15:17:19 +01:00 committed by setrofim
parent e008134145
commit c3854e89c7

View File

@ -85,7 +85,7 @@ def convert_wa2_agenda(filepath, output_path):
default={}), default={}),
ConfigurationPoint('cleanup_assets', ConfigurationPoint('cleanup_assets',
aliases=['clean_up'], aliases=['clean_up'],
description='''Specific whether to clean up assets description='''Specify whether to clean up assets
deployed to the target''', deployed to the target''',
default=True), default=True),
]) ])