From: Roland Haeder <roland@mxchange.org>
Date: Thu, 21 Jul 2016 19:26:31 +0000 (+0200)
Subject: fixed this
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=258b1cf984ff679e281fd05686504b1890acd10f;p=jprojects-scripts.git

fixed this

Signed-off-by: Roland Haeder <roland@mxchange.org>
---

diff --git a/push-stick.sh b/push-stick.sh
index 4b2938b..947c8ec 100755
--- a/push-stick.sh
+++ b/push-stick.sh
@@ -9,7 +9,7 @@ then
 	cd "${JPROJECTS_HOME}"
 	for TARGET in ${TARGETS}; do
 		echo "$0: Pushing for target '${TARGET}' ..."
-		$0 "${TARGET}" "1"
+		$0 "${TARGET}" "$2"
 	done
 
 	echo "$0: Pushed to all targets."