瀏覽代碼

fix(install): Add space after "Game:" during install

Add space after "Game:" during install
Daniel Gibbs 6 年之前
父節點
當前提交
8bf74440e8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lgsm/functions/install_header.sh

+ 1 - 1
lgsm/functions/install_header.sh

@@ -14,7 +14,7 @@ fn_sleep_time
 echo -e "================================="
 echo -e "${lightyellow}Linux${default}GSM_"
 echo -e "by Daniel Gibbs"
-echo -e "${lightblue}Game:${default}${gamename}"
+echo -e "${lightblue}Game:${default} ${gamename}"
 echo -e "${lightblue}Website:${default} https://linuxgsm.com"
 echo -e "${lightblue}Contributors:${default} https://linuxgsm.com/contrib"
 echo -e "${lightblue}Donate:${default} https://linuxgsm.com/donate"