From: Oleg Broytman Date: Wed, 26 Jul 2017 14:28:12 +0000 (+0300) Subject: Fix: Script mk-git-aliases has been moved to devscripts X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=commitdiff_plain;h=e3f9da6e925ac1a6cc3fe3a8b7456d0cf0048b63 Fix: Script mk-git-aliases has been moved to devscripts --- diff --git a/mk-project b/mk-project index a304e8d..18c1a1c 100755 --- a/mk-project +++ b/mk-project @@ -28,4 +28,4 @@ git add . && git commit --message "Initial commit - created the project" && git config htdocs.path "$HOME"/Internet/WWW/htdocs/phdru.name/Software/Python/"$project_name"/docs && cp -p "$HOME"/current/projects/m_lib/update-remotes . && -exec ./mk-git-aliases +exec devscripts/mk-git-aliases