Skip to content

Commit

Permalink
devonfw#803: fixed git pull error when in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Jun 23, 2022
1 parent 9566dd1 commit 2568482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/functions
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ function doGitPullOrClone() {
local message="Can not update git repository: ${dir}\n"
if [ -n "${remotes}" ]
then
git pull "${git_opts}"
git pull ${git_opts}
local result="$?"
popd > /dev/null || exit 255
if [ "${result}" = 0 ]
Expand Down

0 comments on commit 2568482

Please sign in to comment.