diff --git a/pipeline/tools/tko-subs.yaml b/pipeline/tools/tko-subs.yaml index 6e8f45f..3296919 100644 --- a/pipeline/tools/tko-subs.yaml +++ b/pipeline/tools/tko-subs.yaml @@ -3,7 +3,7 @@ dependencies: ["go"] go: &gotool !get_tool_path "{go}" commands: -- !join [*gotool, get, github.com/haccer/subjack] -- !join ["(cd ~/go/src/github.com/haccer/subjack &&", *gotool, "install)"] +- !join [*gotool, get, github.com/anshumanbh/tko-subs] +- !join ["(cd ~/go/src/github.com/anshumanbh/tko-subs && ", *gotool, "build && ", *gotool, "install)"] -shell: true \ No newline at end of file +shell: true