set +x before print
This commit is contained in:
parent
e17ecd9244
commit
c9f86595c1
1 changed files with 1 additions and 0 deletions
|
@ -46,4 +46,5 @@ set -x
|
||||||
cd "${gitdir}"
|
cd "${gitdir}"
|
||||||
branch=$(gitexec "branch --show-current")
|
branch=$(gitexec "branch --show-current")
|
||||||
gitexec "pull --rebase origin ${branch}"
|
gitexec "pull --rebase origin ${branch}"
|
||||||
|
set +x
|
||||||
printok "pull complete"
|
printok "pull complete"
|
||||||
|
|
Loading…
Reference in a new issue