Skip to content

Commit

Permalink
[ensure_git_status_clean ] Fix unclear param documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
revolter committed Jan 7, 2023
1 parent 6ff1c49 commit a14e3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/ensure_git_status_clean.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def self.available_options
type: Boolean),
FastlaneCore::ConfigItem.new(key: :ignored,
env_name: "FL_ENSURE_GIT_STATUS_CLEAN_IGNORED_FILE",
description: "The flag whether to ignore file the git status if the repo is dirty",
description: "The ignored files handling mode if the repo is dirty. The available options are: 'traditional' (default), 'no' and 'matching'",
optional: true)
]
end
Expand Down

0 comments on commit a14e3f8

Please sign in to comment.