Skip to content

Commit ff8c378

Browse files
committed
updated artifact handling
Signed-off-by: Kyle Quest <kcq.public@gmail.com>
1 parent fcbc68f commit ff8c378

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/app/sensor/artifact/artifact.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@ var binDataReplace = []fsutil.ReplaceInfo{
196196
Match: "node.js/v",
197197
Replace: "done,xu/v",
198198
},
199+
{
200+
PathSuffix: "/curl",
201+
Match: "curl/",
202+
Replace: "kerl/",
203+
},
199204
}
200205

201206
var appMetadataFileUpdate = map[string]fsutil.DataUpdaterFn{

0 commit comments

Comments
 (0)