Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0t3an authored Dec 6, 2022
1 parent e925f79 commit af0ad82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion greg.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func getalltaskfiles(path string) {
parseTask(path)
if err != nil {
ct.Foreground(ct.Yellow, true)
fmt.Println("[-] Failed to parse task:", err)c
fmt.Println("[-] Failed to parse task:", err)
ct.ResetColor()
}
}
Expand Down

0 comments on commit af0ad82

Please sign in to comment.