branch: elpa/lua-mode commit 14300f18b540d7416c34df34f77b309451432797 Author: Reuben Thomas <r...@sc3d.org> Commit: Reuben Thomas <r...@sc3d.org>
Specify branch to pull from. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2386f00..46a6493 100644 --- a/Makefile +++ b/Makefile @@ -10,5 +10,5 @@ dist: release: git diff --exit-code && \ git tag -a -m "Release tag" rel-$(VERSION) && \ - git push origin master && git pull && \ + git push origin master && git pull origin master && \ woger lua-l lua-mode lua-mode "release $(VERSION)" "Emacs major mode for editing Lua files" release-notes-$(VERSION) http://github.com/rrthomas/lua-mode/