correct minor oversight with tko-sub definition

This commit is contained in:
epi052
2020-04-29 21:46:10 -05:00
committed by GitHub
parent 5b56035391
commit f1c1868a6e

View File

@@ -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
shell: true