Fix: Install - typo

This commit is contained in:
alstjr7375 2022-04-20 08:58:13 +09:00
parent 78bf08f05c
commit 6fb2ddcb64

View file

@ -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