[PATCH] qf: fix internal use of alias

Lucas De Marchi lucas.demarchi at intel.com
Wed Mar 28 18:17:19 UTC 2018


	maintainer-tools/qf: line 415: qf_co: command not found

Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
---
 qf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qf b/qf
index d1499ada1951..4c8a0e9ecc16 100755
--- a/qf
+++ b/qf
@@ -412,7 +412,7 @@ function qf_pull
 		quiet_pop_all -f
 	else
 		git pull --ff-only
-		qf_co
+		qf_checkout
 	fi
 
 	cd ..
-- 
2.14.3



More information about the dim-tools mailing list