Skip to content

Commit

Permalink
chore: correct pg name
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaninda committed Dec 7, 2024
1 parent a9196e6 commit f7989a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
)

func intro() {
fmt.Println("Starting PosgreSQL Backup...")
fmt.Println("Starting PostgresSQL Backup...")
fmt.Printf("Version: %s\n", utils.Version)
fmt.Println("Copyright (c) 2024 Jonas Kaninda")
}
Expand Down

0 comments on commit f7989a8

Please sign in to comment.