Skip to content

Commit 1f066ca

Browse files
author
Hugo Osvaldo Barrera
committed
Remove unused Makefile target
1 parent 55af4ea commit 1f066ca

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,4 @@ install-dev:
116116
pip install -U --force-reinstall $$(python setup.py --quiet minimal_requirements); \
117117
fi
118118

119-
ssh-submodule-urls:
120-
git submodule foreach "\
121-
echo -n 'Old: '; \
122-
git remote get-url origin; \
123-
git remote set-url origin \$$(git remote get-url origin | sed -e 's/https:\/\/github\.com\//[email protected]:/g'); \
124-
echo -n 'New URL: '; \
125-
git remote get-url origin"
126-
127119
.PHONY: docs

0 commit comments

Comments
 (0)