From d72602c5c64fb6823b84e5936dd452d427faed07 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Sun, 22 May 2016 19:21:42 +0200 Subject: [PATCH] Corrected missing spaces --- functions/core_functions.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/core_functions.sh b/functions/core_functions.sh index 2bcf7fb6c..0fca7da03 100644 --- a/functions/core_functions.sh +++ b/functions/core_functions.sh @@ -14,13 +14,13 @@ if [ -z "${lgsmdir}" ]; then fi fn_fetch_core_dl(){ -if [ -z "${githubuser}"]; then +if [ -z "${githubuser}" ]; then githubuser="dgibbs64" fi -if [ -z "${githubrepo}"]; then +if [ -z "${githubrepo}" ]; then githubrepo="linuxgsm" fi -if [ -z "${githubbranch}"]; then +if [ -z "${githubbranch}" ]; then githubbranch="master" fi github_file_url_dir="lgsm/functions" @@ -69,4 +69,4 @@ functionfile="${FUNCNAME}" fn_fetch_core_dl } -core_functions.sh \ No newline at end of file +core_functions.sh