lib/dryrun.rb in dryrun-0.5.7 vs lib/dryrun.rb in dryrun-0.5.8

- old
+ new

@@ -95,9 +95,9 @@ puts "Using custom module: #{@custom_module.green}" if @custom_module # clean and install the apk android_project.install - puts "\n> If you want to remove the app you just installed, execute:\n#{android_project.get_uninstall_command.yellow}\n\n" + puts "\n> If you want to remove the app you just installed, execute:\n#{android_project.get_uninstall_command.red}\n\n" end end end