-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🩹 fix mobile nav opening/closing twice
- Loading branch information
Showing
2 changed files
with
44 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,7 @@ setup() { | |
git clone [email protected]:okfde/$MAIN.git | ||
else | ||
pushd $MAIN | ||
git pull origin "$(git branch --show-current)" | ||
#git pull origin "$(git branch --show-current)" | ||
popd | ||
fi | ||
pip install -U pip-tools | ||
|
@@ -103,7 +103,7 @@ setup() { | |
git clone [email protected]:okfde/$name.git | ||
else | ||
pushd $name | ||
git pull origin "$(git branch --show-current)" | ||
git pull #origin "$(git branch --show-current)" | ||
popd | ||
fi | ||
pip uninstall -y $name | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters