Skip to content

Commit

Permalink
fix incorrect logger usage
Browse files Browse the repository at this point in the history
  • Loading branch information
utkuufuk committed May 16, 2022
1 parent 15418a7 commit 777decf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func main() {
case "prlme":
displayCards(client.FetchOtherPullRequestsAssignedToMe)
default:
log.Fatalf("Uncrecognized command: %s", os.Args[2])
logger.Error("Uncrecognized command: %s", os.Args[2])
}
}

Expand Down

0 comments on commit 777decf

Please sign in to comment.