1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00

get_assets: Updated Remote Assets URL

Updated URL to new location of WA assets as previous URL was no longer found.
This commit is contained in:
Marc Bonnici 2016-12-22 13:49:18 +00:00
parent 6a3f441064
commit 30e9b553ff

View File

@ -22,7 +22,7 @@ from wlauto import File, ExtensionLoader, Command, settings
from wlauto.core.extension import Extension
REMOTE_ASSETS_URL = 'https://github.com/ARM-software/wa-assets/raw/master/dependencies'
REMOTE_ASSETS_URL = 'https://github.com/ARM-software/workload-automation-assets/raw/master/dependencies'
class GetAssetsCommand(Command):