summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-06-22 19:15:25 +0200
committerhorchi <vdr@jwendel.de>2017-06-22 19:15:25 +0200
commit03cce8cb327dea395b558747544ba5a78f17ada4 (patch)
treed15448e2745fadc784ea23cd60061a03dd0e735b
parent6107cc5514b1e3c22cc4ce904274780df2e9c5bb (diff)
downloadvdr-plugin-epg2vdr-03cce8cb327dea395b558747544ba5a78f17ada4.tar.gz
vdr-plugin-epg2vdr-03cce8cb327dea395b558747544ba5a78f17ada4.tar.bz2
fixed git push in makefile
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5449ed4..4018bb7 100644
--- a/Makefile
+++ b/Makefile
@@ -210,10 +210,10 @@ vcheck:
push: vcheck
echo "tagging git with $(VERSION)"
- git push
+ git push origin master
git push github master
git tag $(VERSION)
- git push --tags
+ git push origin master --tags
git push github master --tags
commit: vcheck