Skip to content

Commit 65a43ef

Browse files
clarification
1 parent b6a8603 commit 65a43ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ gitlab:lint:
108108
echo "---" > inventories/hosts.yml
109109
echo "all:" >> inventories/hosts.yml
110110
echo " children:" >> inventories/hosts.yml
111-
echo " keenetic:" >> inventories/hosts.yml
111+
echo " dynamic:" >> inventories/hosts.yml
112112
echo " hosts:" >> inventories/hosts.yml
113113
while IFS= read -r ip; do
114114
echo " ${ip}:" >> inventories/hosts.yml

0 commit comments

Comments
 (0)