Skip to content

Commit

Permalink
Run sbt fix
Browse files Browse the repository at this point in the history
Executed command: sbt fix
  • Loading branch information
alejandrohdezma-steward[bot] committed Jan 15, 2024
1 parent ed17daf commit d4b0363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ object FixCommandPlugin extends AutoPlugin {
case (state, Nil) => Command.process(fix, state)
case (state, args) =>
state.log.error(s"Invalid argument `${args.mkString(" ")}`")
state.log.error(s"The only argument allowed is `--check`")
state.log.error("The only argument allowed is `--check`")
state.fail
}
}
Expand Down

0 comments on commit d4b0363

Please sign in to comment.