From f7989a865db2a6c6b61c5c719868f491e770fe11 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sat, 7 Dec 2024 03:47:55 +0100 Subject: [PATCH] chore: correct pg name --- pkg/helper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/helper.go b/pkg/helper.go index 4211f91..48ff1ad 100644 --- a/pkg/helper.go +++ b/pkg/helper.go @@ -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") }