@@ -85,7 +85,7 @@ func (e *Executor) printTaskSummary(task string) {
t:=e.Taskfile.Tasks[task]
s:=t.Summary
ifs==""{
e.Logger.Errf("task: There is no detailed description for task: %s",task)
e.Logger.Errf("task: There is no summary for task: %s",task)
return
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.