Skip to content

Commit 4ecfc9b

Browse files
Merge pull request #669 from csfmomo/unblockBuild
Change variable name from IP6tables back to Ip6tables.
2 parents 1330e4a + f04a918 commit 4ecfc9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/util/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const (
2222
//iptables related constants.
2323
const (
2424
Iptables string = "iptables"
25-
IP6tables string = "ip6tables"
25+
Ip6tables string = "ip6tables"
2626
IptablesSave string = "iptables-save"
2727
IptablesRestore string = "iptables-restore"
2828
IptablesConfigFile string = "/var/log/iptables.conf"

0 commit comments

Comments
 (0)