ref: 320ea525ae8d47e7080f04ca3e06a7e26e196a5c
parent: d6fa07c6a0190bc922f11a117263264518d155f5
author: Ori Bernstein <[email protected]>
date: Sun Mar 29 13:52:55 EDT 2020
fix typo that broke git/pull -u
--- a/pull
+++ b/pull
@@ -43,7 +43,7 @@
switch($1){
case -u
upstream=$2
- remote=`{git/conf 'remote "'upstream'".url'}
+ remote=`{git/conf 'remote "'$upstream'".url'}
if(~ $#remote 0){
upstream=SOMEONE
remote=$2