Merge pull request #125 from clayallsopp/fix_update

Fix character encoding in UpdateCommand#run
This commit is contained in:
Watson
2013-08-27 21:14:43 -07:00

View File

@@ -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