From 9c6a7801a7ea003a70866b12eca8f7e09d762905 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Thu, 20 Feb 2020 20:43:11 +0800 Subject: [PATCH] update mirror config example --- mirror.example.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mirror.example.json b/mirror.example.json index 8be8a04..c031a13 100644 --- a/mirror.example.json +++ b/mirror.example.json @@ -1,6 +1,6 @@ { - "filename": "julia-$patch_version-$osarch.$extension", - "latest_filename": "julia-latest-$osbit.$extension", + "filename": "$filename", + "latest_filename": "$latest_filename", "path": "releases/$vminor_version/$filename", "overwrite": "False", "require_latest": "True"