Skip to content

Commit f6c00b9

Browse files
author
Stefan Grönke + Igor Galić
committed
fix typo in variable name in Fstab.insert
1 parent 67081a4 commit f6c00b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libioc/Config/Jail/File/Fstab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ def insert(
642642
# find FstabAutoPlaceholderLine instead
643643
line = list(filter(
644644
lambda x: isinstance(x, FstabAutoPlaceholderLine),
645-
self._line
645+
self._lines
646646
))[0]
647647
real_index = self._lines.index(line)
648648
else:

0 commit comments

Comments
 (0)