Merge pull request #134 from opencloud-eu/fix-typo

fix: typo/grammar
This commit is contained in:
Benedikt Kulmann
2025-01-28 13:46:01 +01:00
committed by GitHub

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)
}
}