Skip to content

Commit 14b0315

Browse files
committed
typo
1 parent 58277d4 commit 14b0315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

npm/util/const.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ const (
3636
IptablesNft string = "iptables-nft"
3737
Ip6tablesLegacy string = "ip6tables" //nolint (avoid warning to capitalize this p)
3838
IptablesSaveNft string = "iptables-nft-save"
39-
IptablesRestoreNft string = "iptables-legacy-nft-restore"
39+
IptablesRestoreNft string = "iptables-nft-restore"
4040
IptablesLegacy string = "iptables-legacy"
4141
IptablesSaveLegacy string = "iptables-legacy-save"
42-
IptablesRestoreLegacy string = "iptables-restore"
42+
IptablesRestoreLegacy string = "iptables-legacy-restore"
4343
IptablesRestoreNoFlushFlag string = "--noflush"
4444
IptablesRestoreTableFlag string = "-T"
4545
IptablesRestoreCommit string = "COMMIT"

0 commit comments

Comments
 (0)