fixed this
[jprojects-scripts.git] / push-stick.sh
index 4b2938b0aff01eb69a76e379faa3536b5f24311f..947c8ec6c91bafa01be7f2be5aebfebe544c562c 100755 (executable)
@@ -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."