From 26fbe8ebf8f0726d119c153739ca7b77b89e49b1 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Tue, 28 Jan 2025 13:28:58 +0100 Subject: [PATCH] fix: typo/grammar --- opencloud/pkg/init/functions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencloud/pkg/init/functions.go b/opencloud/pkg/init/functions.go index 5baf16d954..2606fffd72 100644 --- a/opencloud/pkg/init/functions.go +++ b/opencloud/pkg/init/functions.go @@ -58,7 +58,7 @@ func printBanner(targetPath, ocAdminServicePassword, targetBackupConfig string) targetPath, ocAdminServicePassword) if targetBackupConfig != "" { fmt.Printf("\n=========================================\n"+ - "An older config file has been backuped to\n %s\n\n", + "An older config file has been backed up to\n %s\n\n", targetBackupConfig) } }