Skip to content

Commit

Permalink
Fixed git command.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgorgo committed Jan 31, 2012
1 parent bf90c93 commit 3f52f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f52f57

Please sign in to comment.