Daniel Gibbs 6 лет назад
Родитель
Сommit
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}"