diff options
author | horchi <vdr@jwendel.de> | 2017-06-22 19:15:25 +0200 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2017-06-22 19:15:25 +0200 |
commit | 03cce8cb327dea395b558747544ba5a78f17ada4 (patch) | |
tree | d15448e2745fadc784ea23cd60061a03dd0e735b | |
parent | 6107cc5514b1e3c22cc4ce904274780df2e9c5bb (diff) | |
download | vdr-plugin-epg2vdr-03cce8cb327dea395b558747544ba5a78f17ada4.tar.gz vdr-plugin-epg2vdr-03cce8cb327dea395b558747544ba5a78f17ada4.tar.bz2 |
fixed git push in makefile
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |