Skip to content

Commit 56d7c90

Browse files
committed
fix dalfox binary path glob in archive
1 parent 8af4e54 commit 56d7c90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/registry/manifest_extensions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ var extensionPacks = []ExtensionPack{
226226
ArchPatterns: map[string]string{"amd64": "amd64", "arm64": "arm64"},
227227
ExcludeSubstrings: []string{"windows", ".zip"},
228228
ArchiveFormat: "tar.gz",
229-
BinaryPathInArchive: "dalfox",
229+
BinaryPathInArchive: "dalfox*",
230230
},
231231
},
232232
{

0 commit comments

Comments
 (0)