Update error message

This commit is contained in:
2026-07-07 02:30:12 -04:00
parent 61e8d3b6ac
commit c8162f0f4a
+1 -1
View File
@@ -180,7 +180,7 @@ repoLoop:
// end cleanup
if err = os.RemoveAll(finishedDir); err != nil {
other.PrintError("Failed to remove old backup dir: "+err.Error(), 18)
other.PrintError("Failed to remove old repos dir: "+err.Error(), 18)
}
if err = os.Rename(workingDir, finishedDir); err != nil {
other.PrintError("Failed to rename new repos dir: "+err.Error(), 20)