From f1c1868a6edf5000cad87b9cbfd7c06d7b396500 Mon Sep 17 00:00:00 2001 From: epi052 <43392618+epi052@users.noreply.github.com> Date: Wed, 29 Apr 2020 21:46:10 -0500 Subject: [PATCH] correct minor oversight with tko-sub definition --- pipeline/tools/tko-subs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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