fastlane/lib/fastlane/actions/git_add.rb in fastlane-2.96.0.beta.20180516050022 vs fastlane/lib/fastlane/actions/git_add.rb in fastlane-2.96.0.beta.20180517050058
- old
+ new
@@ -54,10 +54,10 @@
FastlaneCore::ConfigItem.new(key: :pathspec,
description: "The pathspec you want to add files from",
is_string: true,
conflicting_options: [:path],
optional: true,
- deprecated: "Use --path instead")
+ deprecated: "Use `--path` instead")
]
end
def self.return_value
nil