lib/screengrab/dependency_checker.rb in screengrab-0.5.0 vs lib/screengrab/dependency_checker.rb in screengrab-0.5.1
- old
+ new
@@ -23,10 +23,10 @@
else
UI.error 'The `adb` command could not be found on your PATH'
UI.error 'Please ensure that the Android SDK is installed and the platform-tools directory is present and on your PATH'
end
- UI.user_error! 'adb command not found'
+ UI.user_error!('adb command not found')
end
def self.check_aapt(android_env)
android_home = android_env.android_home
aapt_path = android_env.aapt_path