Commit 105d2073 authored by Yingjie Xu's avatar Yingjie Xu

Typo

parent 76b9961e
...@@ -132,7 +132,7 @@ def upload_network_cached(software_root, software_url, cached_key, ...@@ -132,7 +132,7 @@ def upload_network_cached(software_root, software_url, cached_key,
software_url=software_url, software_url=software_url,
software_root=software_root, software_root=software_root,
machine=platform.machine(), machine=platform.machine(),
os=str(platform.linux_distrubution()) os=str(platform.linux_distribution())
) )
f = open(path, 'r') f = open(path, 'r')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment