mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 10:12:06 +03:00
Fix typo in github bridge rm
This commit is contained in:
parent
70268ff4ec
commit
f01b9bca12
@ -24,7 +24,7 @@ func runBridgeRm(cmd *cobra.Command, args []string) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var bridgeRmCmd = &cobra.Command{
|
var bridgeRmCmd = &cobra.Command{
|
||||||
Use: "rm name <name>",
|
Use: "rm <name>",
|
||||||
Short: "Delete a configured bridge.",
|
Short: "Delete a configured bridge.",
|
||||||
PreRunE: loadRepo,
|
PreRunE: loadRepo,
|
||||||
RunE: runBridgeRm,
|
RunE: runBridgeRm,
|
||||||
|
Loading…
Reference in New Issue
Block a user