fix: typo/grammar

This commit is contained in:
Benedikt Kulmann
2025-01-28 13:28:58 +01:00
parent c89a7c7df6
commit 26fbe8ebf8
+1 -1
View File
@@ -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)
}
}