fastlane/lib/fastlane/actions/slather.rb in fastlane-2.144.0 vs fastlane/lib/fastlane/actions/slather.rb in fastlane-2.145.0
- old
+ new
@@ -239,10 +239,10 @@
description: "Tell slather the location of for your output files",
optional: true),
FastlaneCore::ConfigItem.new(key: :ignore,
env_name: "FL_SLATHER_IGNORE",
description: "Tell slather to ignore files matching a path or any path from an array of paths",
- is_string: false,
+ type: Array,
optional: true),
FastlaneCore::ConfigItem.new(key: :verbose,
env_name: "FL_SLATHER_VERBOSE",
description: "Tell slather to enable verbose mode",
is_string: false,