refactor: use app check emoji here too

This commit is contained in:
2023-10-09 22:53:46 +02:00
parent 7566b4262b
commit 3e511446aa

View File

@ -68,7 +68,7 @@ var recipeLintCommand = cli.Command{
skippedOutput := "-"
if skipped {
skippedOutput = "yes"
skippedOutput = ""
}
satisfied := false
@ -87,9 +87,9 @@ var recipeLintCommand = cli.Command{
}
}
satisfiedOutput := "yes"
satisfiedOutput := ""
if !satisfied {
satisfiedOutput = "NO"
satisfiedOutput = ""
if skipped {
satisfiedOutput = "-"
}