Skip to content

Commit

Permalink
traefik: Fix au.url
Browse files Browse the repository at this point in the history
See #150.
  • Loading branch information
rasa committed Sep 17, 2019
1 parent c962e3e commit 01f5c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bucket/traefik.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/containous/traefik/releases/download/v$version/traefik_windows-amd64.exe#/traefik.exe"
"url": "https://github.com/containous/traefik/releases/download/v$version/traefik_v$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/containous/traefik/releases/download/v$version/traefik_windows-386.exe#/traefik.exe"
"url": "https://github.com/containous/traefik/releases/download/v$version/traefik_v$version_windows_386.zip"
}
}
}
Expand Down

0 comments on commit 01f5c0d

Please sign in to comment.