Skip to content

Commit 88a53b3

Browse files
committed
fix typo
1 parent 3e83643 commit 88a53b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/remote.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import (
2525
// remoteCmd represents the remote command
2626
var remoteCmd = &cobra.Command{
2727
Use: "remote",
28-
Short: "Manage remote reposities",
29-
Long: "Manage remote reposities",
28+
Short: "Manage remote repositories",
29+
Long: "Manage remote repositories",
3030
}
3131

3232
var remoteAddCmd = &cobra.Command{

0 commit comments

Comments
 (0)