未验证 提交 b5df36a9 编写于 作者: K KP 提交者: GitHub

Merge pull request #1784 from shinoi2/develop

Fix Misspell
......@@ -159,7 +159,7 @@ class CacheUpdater(threading.Thread):
if version:
payload['version'] = version
api_url = uri_path(hubconf.server, 'search')
cache_path = os.path.join("")
cache_path = os.path.join("~")
hub_name = cache_config.hub_name
if os.path.exists(cache_path):
extra = {"command": command, "mtime": os.stat(cache_path).st_mtime, "hub_name": hub_name}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册