diff options
author | angristan <angristan@pm.me> | 2019-05-24 00:26:35 +0200 |
---|---|---|
committer | angristan <angristan@pm.me> | 2019-05-24 00:26:35 +0200 |
commit | 0e4ef1e1e4078401cbdd1e6e5c17b6f0b0aa592b (patch) | |
tree | ad286e81741de178aa3e946fc018232e5afa42a9 /.github | |
parent | 1981429774a9958df8254674a6eb4cad93c10a07 (diff) |
Fix endpoint when IPv6 is used
Fix #10
Diffstat (limited to '.github')
-rw-r--r-- | .github/main.workflow | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/main.workflow b/.github/main.workflow index 7543896..f693235 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -5,5 +5,5 @@ workflow "ShellCheck" { action "shellcheck" { uses = "actions/bin/shellcheck@master" - args = "wireguard-install.sh -e SC1091" + args = "wireguard-install.sh -e SC1091 SC2034" } |