From: Matthew Owens <matthew@owens.tech>
Date: Wed, 5 Aug 2020 12:04:13 +0000 (+0100)
Subject: updated script name
X-Git-Url: https://git.owens.tech/assets/112-editable-focus.html/assets/112-editable-focus.html/git?a=commitdiff_plain;h=4b0b42f19d2019df8b5d6dc19ae56cf75e761528;p=scripts.git

updated script name
---

diff --git a/dproj b/dproj
index f02f034..95fc979 100755
--- a/dproj
+++ b/dproj
@@ -13,7 +13,7 @@ if [ -z $projExists ]; then
 	notify-send 'cecse' "creating $proj module, please wait..."
 	./scripts/new_module $proj
 	notify-send 'cecse' "adding owens.tech remotes..."
-	ssh git@owens.tech "new_module $proj cecse"
+	ssh git@owens.tech "new_git_module $proj cecse"
 	cd $proj
 	git remote set-url --add --push origin git@github.com:cecse/$proj.git
 	git remote set-url --add --push origin git@owens.tech:cecse/$proj.git