Skip to content

Commit

Permalink
updated log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince-Bhagat committed Sep 4, 2024
1 parent 986d005 commit e663aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,6 @@ func CleanupTempData() {
if err != nil {
log.Fatal(err)
} else {
log.Println("Directory and its contents deleted successfully")
log.Println("temp directory and its contents deleted successfully")
}
}

0 comments on commit e663aa9

Please sign in to comment.