mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
docs(lineinfile): fix typo inserbefore -> insertbefore (#54788)
This commit is contained in:
committed by
Alicia Cozine
parent
10c5e26ce8
commit
688409128a
@@ -116,7 +116,7 @@ function Present($path, $regexp, $line, $insertafter, $insertbefore, $create, $b
|
||||
}
|
||||
|
||||
# index[0] is the line num where regexp has been found
|
||||
# index[1] is the line num where insertafter/inserbefore has been found
|
||||
# index[1] is the line num where insertafter/insertbefore has been found
|
||||
$index = -1, -1;
|
||||
$lineno = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user