From c9bd8459df89b8dcd90e41d0d152f732c19f8f3a Mon Sep 17 00:00:00 2001 From: Clay Allsopp Date: Tue, 27 Aug 2013 16:06:49 -0700 Subject: [PATCH] fix characters in UpdateCommand#run see https://gist.github.com/clayallsopp/6360189 --- lib/motion/project/command/update.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/motion/project/command/update.rb b/lib/motion/project/command/update.rb index 5072992d..8e317ea8 100644 --- a/lib/motion/project/command/update.rb +++ b/lib/motion/project/command/update.rb @@ -47,7 +47,7 @@ module Motion; module Project die("/Library/RubyMotion.old already exists, please move this directory before using --cache-version") if File.exist?('/Library/RubyMotion.old') wanted_software_version = $1.to_s when /--force-version=(.+)/ - die "–-force-version has been removed in favor of –-cache-version" + die "--force-version has been removed in favor of --cache-version" else die "Usage: motion update [--cache-version=X]" end