lib/match/setup.rb in match-0.1.0 vs lib/match/setup.rb in match-0.1.1

- old
+ new

@@ -9,10 +9,10 @@ template.gsub!("[[GIT_URL]]", url) File.write(path, template) UI.success "Successfully created '#{path}'. You can open the file using a code editor." - UI.important "You can now run `match development`, `match adhoc` and `fastlane appstore`" + UI.important "You can now run `match development`, `match adhoc` and `match appstore`" UI.message "On the first run for each environment it will create the provisioning profiles and" UI.message "certificates for you. From then on, it will automatically import the existing profiles." UI.message "For more information visit https://github.com/fastlane/match" end end