Skip to content

Commit 7350952

Browse files
committed
fix: type error
Signed-off-by: Meng JiaFeng <jiafeng.meng@merico.dev>
1 parent 20f7796 commit 7350952

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/util/downloader/resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const (
1515
githubReplacePrefix = "https://github.com"
1616
)
1717

18-
// detect thse type of source to download
18+
// detect the type of source to download
1919
var goGetterDetectors = []getter.Detector{
2020
new(getter.GitHubDetector),
2121
new(getter.GitLabDetector),

0 commit comments

Comments
 (0)