Skip to content

Commit

Permalink
fix(ci): update repository name for datakit filter in WASM filters list
Browse files Browse the repository at this point in the history
Changed the repository name from "Kong/datakit-filter" to "Kong/datakit" in the variables.bzl file to reflect the correct repository structure.

releated to: a2e20ed

Signed-off-by: tzssangglass <tzssangglass@gmail.com>
  • Loading branch information
tzssangglass committed Jan 10, 2025
1 parent a6f8e47 commit cd94ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/openresty/wasmx/filters/variables.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A list of wasm filters.
WASM_FILTERS = [
{
"name": "datakit-filter",
"repo": "Kong/datakit-filter",
"repo": "Kong/datakit",
"tag": "0.1.0",
"files": {
"datakit.meta.json": "b9f3b6d51d9566fae1a34c0e5c00f0d5ad5dc8f6ce7bf81931fd0be189de205d",
Expand Down

0 comments on commit cd94ebe

Please sign in to comment.