Commit f8337abf authored by Xiaowu Zhang's avatar Xiaowu Zhang

fix path

parent 8f9b2d3a
......@@ -5,7 +5,7 @@ include collect-sh-template.mk
echo "$${collect_sh}" >> 90metadata-collect/collect.sh
90metadata-collect/metadata-collect-agent:
cd ../ && ./rust-build-static.bash && ./fluent-bit-install.sh && ./src/go_plugin/install.sh
cd ../ && ./rust-build-static.bash && ./fluent-bit-install.sh && cd ./src/go_plugin/ && ./install.sh
.PHONY: clean
clean:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment