Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit fb3dade

Browse files
authored
fixed copy paste error
1 parent 018807c commit fb3dade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download-wpm-api.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22

33
version="1.0.0"
4-
url="https://github.com/secshellnet/wpm-api-vyos/releases/download/v${version}/scripts/wpm-api-vyos_${version}_amd64.deb"
4+
url="https://github.com/secshellnet/wpm-api-vyos/releases/download/v${version}/wpm-api-vyos_${version}_amd64.deb"
55

66
output="$(pwd)/$(basename "${url}")"
77

0 commit comments

Comments
 (0)