Skip to content

Commit

Permalink
devonfw#794:corrected SC-number
Browse files Browse the repository at this point in the history
  • Loading branch information
cinnamon-coder-hub committed Jul 1, 2022
1 parent 0eca288 commit cf88016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/command/docker
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function doSetVPNKitStartupInstaller() {
function doInstallVpnkit() {
#get latest version of the vpnkit and download its tar.gz file
local partialUrl
# shellcheck disable=SC1083,2120
# shellcheck disable=SC1083,2091
partialUrl=$(curl -Ls -o /dev/null -w %{url_effective} https://github.com/sakai135/wsl-vpnkit/releases/latest)
local VPNversion=${partialUrl##*/}
local downloadUrl="https://github.com/sakai135/wsl-vpnkit/releases/download/${VPNversion}/wsl-vpnkit.tar.gz"
Expand Down

0 comments on commit cf88016

Please sign in to comment.