From 6fb2ddcb6467fcc5ccf3eafd6d89432edbf9d4a2 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 20 Apr 2022 08:58:13 +0900 Subject: [PATCH] Fix: Install - typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c7863da..207c115 100755 --- a/install.sh +++ b/install.sh @@ -797,7 +797,7 @@ update_profile() { git --git-dir "${LEPTONGITPATH}" checkout "${Branch}" git --git-dir "${LEPTONGITPATH}" pull --no-edit - if [ "${customFileExist}" == "true" ]; then + if [ "${gitDirty}" == "true" ]; then git --git-dir "${LEPTONGITPATH}" stash pop fi