mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
git/pull: fix typo
This commit is contained in:
parent
66abd6e50a
commit
8b3a70dcd1
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ if(! ~ `{git/query HEAD $remote @} `{git/query HEAD}){
|
||||||
|
|
||||||
oldcommit=`{git/query $local}
|
oldcommit=`{git/query $local}
|
||||||
newcommit=`{git/query $remote}
|
newcommit=`{git/query $remote}
|
||||||
echo $remote':' $oldcommit '=>' `$newcommit
|
echo $remote':' $oldcommit '=>' $newcommit
|
||||||
git/branch -mnb $remote $local
|
git/branch -mnb $remote $local
|
||||||
|
|
||||||
# The remote is directly ahead of the local, and we have
|
# The remote is directly ahead of the local, and we have
|
||||||
|
|
Loading…
Reference in a new issue