lib/calabash/android/build/builder.rb in calabash-1.9.9.pre3 vs lib/calabash/android/build/builder.rb in calabash-2.0.0.pre1

- old
+ new

@@ -35,10 +35,10 @@ keystores.each do |k| @logger.log k.location end @logger.log "" @logger.log "You can resign the app with #{keystores.first.location} by running: - calabash resign #{@application_path}" + calabash resign \"#{@application_path}\"" @logger.log "" @logger.log "Notice that resigning an app might break some functionality." @logger.log "Getting a copy of the certificate used when the app was build will in general be more reliable."