Skip to content

Commit

Permalink
fixed copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
felbinger committed Oct 8, 2023
1 parent 018807c commit fb3dade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-wpm-api.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env sh

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

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

Expand Down

0 comments on commit fb3dade

Please sign in to comment.