mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-14 17:51:44 +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{
|
||||
Use: "rm name <name>",
|
||||
Use: "rm <name>",
|
||||
Short: "Delete a configured bridge.",
|
||||
PreRunE: loadRepo,
|
||||
RunE: runBridgeRm,
|
||||
|
Loading…
Reference in New Issue
Block a user