Correct repo repair success message in cli (#3757)

This commit is contained in:
Lukas Bachschwell 2024-06-04 07:44:57 +02:00 committed by GitHub
parent 065eebd306
commit 9b859b3c9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,6 +44,6 @@ func repoRepair(c *cli.Context) error {
return err
}
fmt.Printf("Successfully removed repository %s\n", repoIDOrFullName)
fmt.Printf("Successfully repaired repository %s\n", repoIDOrFullName)
return nil
}