Fix: mod_ssh auto_pull missing variable
This commit is contained in:
parent
eb51c1e485
commit
c5e6962ef9
@ -511,7 +511,7 @@ idm_git_pull_most_recent ()
|
||||
fi
|
||||
|
||||
# Apply changes to most recent branch
|
||||
branch=$( sed -e 's@remotes/@@' -e 's@/@ @' )
|
||||
branch=$( sed -e 's@remotes/@@' -e 's@/@ @' <<< "$most_recent" )
|
||||
lib_git git pull $branch ||
|
||||
lib_log ERR "Could not update branch"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user