Skip to content

Commit 689ea88

Browse files
committed
fix a silly typo in gitrepository_watcher.go
Signed-off-by: muki <[email protected]>
1 parent 0e942e3 commit 689ea88

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)