Skip to content

Commit 91f1bed

Browse files
Stefan Grönke + Igor Galićgronke
authored andcommitted
fix typo in variable name in Fstab.insert
1 parent 0dacb06 commit 91f1bed

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)