From 93f6bd7b3feec7530f0d9dd87a3d1ba6b3ea69a3 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 15 Oct 2014 20:38:35 +1100 Subject: [PATCH] fix version variable reference --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 90c6e5f036..24f78342b4 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ publish: test -f templates.json read -p "Version: " version; \ - npm version $(version) --message "v%s" + npm version $$version --message "v%s" npm publish git push --follow-tags