Daniel Gibbs 6 年之前
父節點
當前提交
a752554290
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lgsm/functions/core_dl.sh

+ 0 - 1
lgsm/functions/core_dl.sh

@@ -236,7 +236,6 @@ fn_fetch_file(){
 fn_fetch_file_github(){
 	github_file_url_dir="${1}"
 	github_file_url_name="${2}"
-
 	if [ "${legacymode}" == "1" ]; then
 		# For legacy versions - code can be removed at a future date
 		remote_fileurl="https://raw.githubusercontent.com/${githubuser}/${githubrepo}/${githubbranch}/${github_file_url_dir}/${github_file_url_name}"