diff options
| author | Frank Fischer <frank-fischer@shadow-soft.de> | 2015-04-20 14:33:21 +0200 |
|---|---|---|
| committer | Frank Fischer <frank-fischer@shadow-soft.de> | 2015-04-20 14:33:21 +0200 |
| commit | ccbd2c772bfb4eec3c2909367791a84e4dd1f709 (patch) | |
| tree | 9abed5cbab51f6058ab3b18610001466ba17cde3 | |
| parent | 38ea7f52e825c0f920d560d423a96e8db3c30004 (diff) | |
evul-release-stable: fix git command
| -rw-r--r-- | evil.el | 2 | ||||
| -rwxr-xr-x | scripts/evil-release-stable | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -43,7 +43,7 @@ ;; To get in touch, please use the bug tracker or the ;; mailing list (see below). ;; Created: 2011-03-01 -;; Version: 1.1.1 +;; Version: 1.1.2 ;; Keywords: emulation, vim ;; URL: http://gitorious.org/evil ;; Repository: git://gitorious.org/evil/evil.git diff --git a/scripts/evil-release-stable b/scripts/evil-release-stable index 464a37c..0c24e8e 100755 --- a/scripts/evil-release-stable +++ b/scripts/evil-release-stable @@ -50,7 +50,7 @@ if tag[3] != stable run "hg commit -m 'update version to #{new_tag}'" run "hg gexport" run "git tag -a -m 'version #{new_tag}' #{new_tag}" - run "git push #{new_tag} git@gitorious.org/evil/evil.git" + run "git push git@gitorious.org:evil/evil.git #{new_tag}" run "hg pull -r stable" run "hg push -r stable bby://evil" end |
