Skip to content

Commit 2398a71

Browse files
authored
Merge pull request #19 from muki/main
A friendly typo fix
2 parents 0e942e3 + 689ea88 commit 2398a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/gitrepository_watcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func (r *GitRepositoryWatcher) fetchArtifact(ctx context.Context, repository sou
116116

117117
// check response
118118
if resp.StatusCode != http.StatusOK {
119-
return "", fmt.Errorf("faild to download artifact, status: %s", resp.Status)
119+
return "", fmt.Errorf("failed to download artifact, status: %s", resp.Status)
120120
}
121121

122122
// extract

0 commit comments

Comments
 (0)