mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-30 20:34:23 +01:00
Ensure we only reset for real -current repo
This commit is contained in:
parent
8efdf1a6dd
commit
a1757faf22
1 changed files with 6 additions and 4 deletions
|
@ -2459,9 +2459,11 @@ git_command() {
|
|||
|
||||
CWD=$(pwd)
|
||||
# If -CURRENT, handle correctly
|
||||
if [[ $REPO_NAME == "SBo-git" ]]; then
|
||||
if [[ $REPO_BRANCH == "current" ]]; then
|
||||
current_check_updates
|
||||
fi
|
||||
fi
|
||||
# Create the repository if needed
|
||||
if [[ ! -d $REPO_DIR/.git ]]; then
|
||||
mkdir -p $REPO_DIR
|
||||
|
|
Loading…
Add table
Reference in a new issue