Skip to content

Commit e15e9fc

Browse files
committed
fixup! 04af0de
1 parent 10eacfe commit e15e9fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/.tasks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tasks:
1919
dir: /tmp/
2020
cmds:
2121
- mkdir bin/
22-
- wget -q {{ .BASE }}/{{ .VERSION }}/cfssl_{{ .VERSION }}_linux_amd64 -O bin/cfssl
23-
- wget -q {{ .BASE }}/{{ .VERSION }}/cfssljson_{{ .VERSION }}_linux_amd64 -O bin/cfssljson
22+
- wget -q ${BASE}/${VERSION}/cfssl_${VERSION}_linux_amd64 -O bin/cfssl
23+
- wget -q ${BASE}/${VERSION}/cfssljson_${VERSION}_linux_amd64 -O bin/cfssljson
2424
- chmod a+x /tmp/bin/cfssljson
2525
- chmod a+x /tmp/bin/cfssl

0 commit comments

Comments
 (0)