From 8b3a70dcd17bc1c12db4ac98ecf835705a2b56d5 Mon Sep 17 00:00:00 2001 From: Ori Bernstein Date: Sun, 22 Dec 2024 01:19:50 +0000 Subject: [PATCH] git/pull: fix typo --- sys/src/cmd/git/pull | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/src/cmd/git/pull b/sys/src/cmd/git/pull index ebc119020..a73f90a1d 100755 --- a/sys/src/cmd/git/pull +++ b/sys/src/cmd/git/pull @@ -66,7 +66,7 @@ if(! ~ `{git/query HEAD $remote @} `{git/query HEAD}){ oldcommit=`{git/query $local} newcommit=`{git/query $remote} -echo $remote':' $oldcommit '=>' `$newcommit +echo $remote':' $oldcommit '=>' $newcommit git/branch -mnb $remote $local # The remote is directly ahead of the local, and we have