Fix missing yaml list markup in kira remote (#2681)

This commit is contained in:
Stu Gott 2017-05-21 14:11:41 -04:00 committed by Fabian Affolter
parent 47720baac7
commit beaab151f8

View File

@ -33,7 +33,7 @@ kira:
host: 0.0.0.0 host: 0.0.0.0
port: 65432 port: 65432
remotes: remotes:
name: kira_remote - name: kira_remote
host: 192.168.100.1 host: 192.168.100.1
port: 65432 port: 65432
``` ```