diff --git a/lib/idmgr_mod_git.sh b/lib/idmgr_mod_git.sh index 3d1070b..8f5bd5b 100644 --- a/lib/idmgr_mod_git.sh +++ b/lib/idmgr_mod_git.sh @@ -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"