Skip to content

Commit

Permalink
Improve documentation more
Browse files Browse the repository at this point in the history
  • Loading branch information
vossenwout committed Sep 29, 2024
1 parent 40f8c05 commit 7b80d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/review/review.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func saveReviewToFile(output ReviewOutput) error {
if err != nil {
return err
}
log.Printf("Saved review to crev-review.md")
log.Printf("Successfully saved code review to crev-review.md")
return nil
}

Expand Down

0 comments on commit 7b80d5d

Please sign in to comment.