Browse Source

Makefile: fix upload target (really this time!)

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell 10 years ago
parent
commit
9d4ae5f131
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile-web

+ 1 - 1
Makefile-web

@@ -11,7 +11,7 @@ JUNKBALLS=$(JUNKDIRS:%=$(WEBDIR)/%.tar.bz2)
 PRETTIFY=$(WEBDIR)/prettify/src/run_prettify.js $(WEBDIR)/prettify/src/prettify.css
 
 upload: fastcheck modcheck
-	git push HEAD:master
+	git push
 
 # Check MODS list in Makefile-ccan matches modules we find.
 modcheck: