mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-26 21:44:44 +00:00
Correct repo repair success message in cli (#3757)
This commit is contained in:
parent
065eebd306
commit
9b859b3c9e
1 changed files with 1 additions and 1 deletions
|
@ -44,6 +44,6 @@ func repoRepair(c *cli.Context) error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("Successfully removed repository %s\n", repoIDOrFullName)
|
fmt.Printf("Successfully repaired repository %s\n", repoIDOrFullName)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue