From 3f52f5701c4d1c33f5a2ada759e1d21abcacb9c6 Mon Sep 17 00:00:00 2001 From: Chris Filo Gorgolewski Date: Tue, 31 Jan 2012 15:42:35 +0000 Subject: [PATCH] Fixed git command. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 238fac7ea9..8abd4259f1 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ upload_to_pypi: zipdoc trailing-spaces: find . -name "*.py" | xargs perl -pi -e 's/[ \t]*$$//' @echo "Reverting test_docparse" - git co nipype/utils/tests/test_docparse.py + git checkout nipype/utils/tests/test_docparse.py clean-pyc: find . -name "*.pyc" | xargs rm -f