scripts: Fix a git script comment

This commit is contained in:
teor 2019-10-15 13:58:53 +10:00
parent 028987a0a1
commit 11b5946e49

View file

@ -333,7 +333,7 @@ function merge_branch
fi
}
# Pull the given branch name.
# Merge origin/(branch name) into the current branch.
function merge_branch_origin
{
local cmd="git merge --ff-only 'origin/$1'"