1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

Update internal/summary/summary.go

Co-Authored-By: jaedle <32975714+jaedle@users.noreply.github.com>
This commit is contained in:
Andrey Nering
2019-03-03 19:43:57 +01:00
committed by GitHub
parent 9dea1e7f3e
commit f5f0e0c376

View File

@@ -34,7 +34,7 @@ func printTaskSummary(l *logger.Logger, t *taskfile.Task) {
}
func printTaskName(l *logger.Logger, t *taskfile.Task) {
l.Outf("task: " + t.Task)
l.Outf("task: %s", t.Task)
l.Outf("")
}