From 7d75a3f7fa6259efc4384011666284488cdeeb54 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Mon, 18 Apr 2022 09:51:07 +0200 Subject: [PATCH] style(globals.sh): add quotes Signed-off-by: Dominik Willner th33xitus@gmail.com --- scripts/globals.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/globals.sh b/scripts/globals.sh index 5238b06..43665aa 100644 --- a/scripts/globals.sh +++ b/scripts/globals.sh @@ -52,12 +52,12 @@ function set_globals(){ #=============== KLIPPERSCREEN ================# KLIPPERSCREEN_ENV_DIR="${HOME}/.KlipperScreen-env" KLIPPERSCREEN_DIR="${HOME}/KlipperScreen" - KLIPPERSCREEN_REPO=https://github.com/jordanruthe/KlipperScreen.git + KLIPPERSCREEN_REPO="https://github.com/jordanruthe/KlipperScreen.git" #========== MOONRAKER-TELEGRAM-BOT ============# - MOONRAKER_TELEGRAM_BOT_ENV_DIR=${HOME}/moonraker-telegram-bot-env - MOONRAKER_TELEGRAM_BOT_DIR=${HOME}/moonraker-telegram-bot - MOONRAKER_TELEGRAM_BOT_REPO=https://github.com/nlef/moonraker-telegram-bot.git + MOONRAKER_TELEGRAM_BOT_ENV_DIR="${HOME}/moonraker-telegram-bot-env" + MOONRAKER_TELEGRAM_BOT_DIR="${HOME}/moonraker-telegram-bot" + MOONRAKER_TELEGRAM_BOT_REPO="https://github.com/nlef/moonraker-telegram-bot.git" #=============== PRETTY-GCODE =================# PGC_DIR="${HOME}/pgcode"