Skip to content

Commit c4a6645

Browse files
committed
fix appendix underscore
1 parent 4494d22 commit c4a6645

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/util.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
BASE_DIR = '/etc/nftables.d'
2121
ADDON_DIR = '/etc/nftables.d/addons'
2222
CONFIG_EXT = 'nft'
23-
APPENDIX_4 = '_v4'
24-
APPENDIX_6 = '_v6'
23+
APPENDIX_4 = 'v4'
24+
APPENDIX_6 = 'v6'
2525

2626
if not CONFIG_EXT.startswith('.'):
2727
CONFIG_EXT = f'.{CONFIG_EXT}'

0 commit comments

Comments
 (0)