mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-07-20 22:09:56 +01:00
Framework/Workload: Fix typo
This commit is contained in:
@@ -138,7 +138,7 @@ class Workload(TargetedPlugin):
|
||||
self.remove_assets(context)
|
||||
|
||||
def deploy_assets(self, context):
|
||||
""" Deploy assets if avaliable to the target """
|
||||
""" Deploy assets if available to the target """
|
||||
if not self.asset_directory:
|
||||
self.asset_directory = self.target.working_directory
|
||||
else:
|
||||
|
Reference in New Issue
Block a user