Skip to content

Commit 0125a85

Browse files
Merge pull request #127 from brising6/bug/fix-typo-in-exec-flag-desc [ci skip]
Change ocotcat -> octocat in drone exec --repo flag description
2 parents b97980a + 1c90603 commit 0125a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drone/exec/exec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ var Command = cli.Command{
136136
},
137137
cli.StringFlag{
138138
Name: "repo",
139-
Usage: "git repository name (e.g. ocotcat/hello-world)",
139+
Usage: "git repository name (e.g. octocat/hello-world)",
140140
},
141141
cli.StringFlag{
142142
Name: "deploy-to",

0 commit comments

Comments
 (0)