fix: fix typo in func update_crowsnest

Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit is contained in:
Stephan Wendel
2023-02-03 21:44:20 +01:00
parent ce67e8ddb3
commit 7945399923

View File

@@ -229,7 +229,7 @@ function update_crowsnest() {
do_action_service "stop" "crowsnest" do_action_service "stop" "crowsnest"
if [[ ! -d ${CROWSNEST_DIR} ]]; then if [[ ! -d ${CROWSNEST_DIR} ]]; then
clone_moonraker "${CROWSNEST_REPO}" clone_crowsnest
else else
status_msg "Updating Crowsnest ..." status_msg "Updating Crowsnest ..."
cd "${CROWSNEST_DIR}" && git pull cd "${CROWSNEST_DIR}" && git pull