1
0
mirror of https://github.com/go-task/task.git synced 2025-06-15 00:15:10 +02:00

move expectations for output to testdata

This commit is contained in:
jaedle
2019-02-24 14:18:07 +01:00
parent 0a808b1212
commit b05fa0821d
2 changed files with 6 additions and 4 deletions

View File

@ -95,7 +95,7 @@ func (e *Executor) printTaskDetails(task string) {
displayTaskDetailedDescription(s, Logger)
e.Logger.Outf("")
e.Logger.Outf("Commands:")
e.Logger.Outf("commands:")
}
func displayTaskDetailedDescription(description string, Logger *logger.Logger) {