Skip to content

Commit

Permalink
Fix acceptance test release for jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
mariash committed Aug 4, 2022
1 parent 15b1c55 commit bb21c36
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,7 +9,7 @@
%>

iptables_command="iptables"
if ! command -v iptables_legacy &> /dev/null
if command -v iptables-legacy &> /dev/null
then
iptables_command="iptables-legacy"
fi
Expand Down

0 comments on commit bb21c36

Please sign in to comment.