Skip to content

Commit 12d488a

Browse files
authored
Update modules/git/grep.go
1 parent 3360e75 commit 12d488a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/git/grep.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func GrepSearch(ctx context.Context, repo *Repository, search string, opts GrepO
3535
}
3636
stderrReader, stderrWriter, err := os.Pipe()
3737
if err != nil {
38-
return nil, fmt.Errorf("unable to creata os pipe to grep: %w", err)
38+
return nil, fmt.Errorf("unable to create os pipe to grep: %w", err)
3939
}
4040
defer func() {
4141
_ = stdoutReader.Close()

0 commit comments

Comments
 (0)