From f8915333b0fed643ab9256b7039a7278d7bb63f4 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Tue, 13 Jan 2015 22:44:26 +1100 Subject: [PATCH] remove double spaces in version read in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c392eefc20..1acfc5281f 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ publish: make test - read -p "Version: " version; \ + read -p "Version: " version; \ npm version $$version --message "v%s" make build