Ver código fonte

Fix ordering or args

JC Brand 2 anos atrás
pai
commit
94963662e7
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -120,7 +120,7 @@ postrelease:
 
 .PHONY: deploy
 deploy:
-	git clone --branch --depth 1 v$(VERSION) git@github.com:conversejs/converse.js.git $(VERSION)
+	git clone --branch v$(VERSION) git@github.com:conversejs/converse.js.git --depth 1 $(VERSION)
 	cd $(VERSION) && make node && ASSET_PATH=https://cdn.conversejs.org/$(VERSION)/dist/ make dist && make doc
 	cd .. && git pull && make node && ASSET_PATH=https://cdn.conversejs.org/dist/ make dist && make doc