diff options
author | Bdale Garbee <bdale@gag.com> | 2009-10-12 16:58:19 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2009-10-12 16:58:19 -0600 |
commit | 2de548f45d0f50b558acc83f57e1e2fc1223ab92 (patch) | |
tree | 5457a159ca3843918d6374dd1bbb1a933164df84 | |
parent | 68008ac11c2735ca53a1b474324df43f2f1d5cdd (diff) |
oops, forgot to specify the repo to push to
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index f306f1df..ac594c07 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ prebuild: git commit ChangeLog debian/changelog \ -m "update changelogs for Debian build" git tag debian/$(DEB_VERSION) - git push --tags master + git push --tags origin master configure: configure-stamp configure-stamp: |