trivial: Fix the location of the hardware installed test cache

This commit is contained in:
Richard Hughes 2017-06-22 19:03:52 +01:00
parent 2877237f8a
commit 25f6a42f26

View File

@ -24,7 +24,7 @@ def _get_by_device_guid(client, guid):
return None
def _get_cache_file(fn):
cachedir = os.path.expanduser('~/home/hughsie/.cache/fwupdmgr')
cachedir = os.path.expanduser('~/.cache/fwupdmgr')
if not os.path.exists(cachedir):
os.makedirs(cachedir)
cachefn = os.path.join(cachedir, fn)