snapshot/lib/snapshot/runner.rb in fastlane-2.63.0.beta.20171018010003 vs snapshot/lib/snapshot/runner.rb in fastlane-2.63.0.beta.20171019010003

- old
+ new

@@ -116,10 +116,10 @@ content = File.read(path) unless content.include?(current_version) UI.error "Your '#{path}' is outdated, please run `fastlane snapshot update`" UI.error "to update your Helper file" - UI.user_error!("Please update your Snapshot Helper file") + UI.user_error!("Please update your Snapshot Helper file using `fastlane snapshot update`") end end end # rubocop:enable Style/Next end