mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 20:30:36 -08:00
Fix: Install - typo
This commit is contained in:
parent
78bf08f05c
commit
6fb2ddcb64
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue