Skip to content

Commit 2161ea1

Browse files
authored
Merge pull request #586 from root-gg/fix/client-download-url
webapp: fix CLI client download 404 (double clients/ prefix)
2 parents d10e1a5 + 4df6fac commit 2161ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/views/ClientsView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const grouped = computed(() => {
3636
})
3737
3838
function clientDownloadURL(client) {
39-
return `/clients/${client.path}`
39+
return `/${client.path}`
4040
}
4141
4242
function osLabel(os) {

0 commit comments

Comments
 (0)