fastlane/lib/fastlane/actions/slather.rb in fastlane-2.74.1 vs fastlane/lib/fastlane/actions/slather.rb in fastlane-2.75.0.beta.20180109010003

- old
+ new

@@ -46,11 +46,11 @@ end validate_params!(params) command = build_command(params) - sh command + sh(command) end def self.has_config_file File.file?('.slather.yml') end @@ -278,10 +278,10 @@ def self.authors ["mattdelves"] end def self.is_supported?(platform) - [:ios, :mac].include? platform + [:ios, :mac].include?(platform) end def self.example_code [ 'slather(