Fix parameters in watchTriggeredMessage

This commit is contained in:
Ethan Atkins 2019-06-02 11:24:57 -07:00
parent 2905373ff7
commit 4f66b81e03
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ object Keys {
val watchTriggers =
settingKey[Seq[Glob]]("Describes files that should trigger a new continuous build.")
val watchTriggeredMessage = settingKey[(Int, Path, Seq[String]) => Option[String]](
"The message to show before triggered execution executes an action after sources change. The parameters are the path that triggered the build and the current watch iteration count."
"The message to show before triggered execution executes an action after sources change. The parameters are the current watch iteration count, the path that triggered the build and the names of the commands to run."
).withRank(DSetting)
// internal keys