consul-template is no longer distributed as a tar. it is now a zip archive

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2016-06-22 23:56:27 +02:00
parent 1ed0d6bbe3
commit 96b49f4e99
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ __staged_file /usr/local/bin/consul-template \
--source "$(cat "$version_dir/source")" \
--cksum "$(cat "$version_dir/cksum")" \
--fetch-command 'curl -s -L "%s"' \
--prepare-command 'tar -xzf "%s"; cat consul-template_*/consul-template' \
--prepare-command 'unzip -p "%s"' \
--state "$state" \
--group root \
--owner root \