Skip to content

Commit f04a918

Browse files
committed
Change variable name from IP6tables back to Ip6tables.
1 parent 1330e4a commit f04a918

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)