[bin] Fix hcloud version check

This commit is contained in:
Sebastian Schulze 2019-06-17 11:20:27 +02:00
parent cd587f2db7
commit e68ba7ceb0
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ binaries = {
hcloud: {
url: "https://github.com/hetznercloud/cli/releases/download/v<%= version %>/hcloud-linux-amd64-v<%= version %>.tar.gz",
version: "1.12.0",
version_argument: "--version",
version_argument: "version",
version_match: "v<%= version %>"
},
}