We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971bbb3 commit b95d16eCopy full SHA for b95d16e
2 files changed
debian/control
@@ -1,7 +1,7 @@
1
Source: php-hypernode
2
Section: php
3
Priority: optional
4
-Maintainer: Maarten van Schaik <maarten@byte.nl>
+Maintainer: Rick van de Loo <rick@byte.nl>
5
Build-Depends:
6
debhelper (>= 9),
7
dh-php (>= 0.10),
mark-release.sh
@@ -137,7 +137,7 @@ if $COMMIT; then
137
138
if $PUSH; then
139
log "pushing changes to origin ..."
140
- git push origin master:HEAD
+ git push origin HEAD:master
141
if $TAG; then
142
git push origin $VERSION
143
fi
0 commit comments