Skip to content

Commit

Permalink
simplify error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux authored and Watson1978 committed Mar 28, 2015
1 parent 8e13082 commit 34d407c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/motion/project/template/android.rb
Expand Up @@ -44,7 +44,7 @@
if File.exist?(library_path)
App.config.vendor_project(:jar => library_path)
else
App.fail "We couldn't find #{support_library} in #{extras_path}. Use #{File.join(App.config.sdk_path, 'tools', 'android')} to install it."
App.fail "We couldn't find #{libray_path}. Use #{File.join(App.config.sdk_path, 'tools', 'android')} to install it."
end
end

Expand Down

0 comments on commit 34d407c

Please sign in to comment.