Skip to content

Commit 145d620

Browse files
lcrownoverdavejrt
authored andcommitted
missing quote in swarm documentation (#377)
1 parent e7b0795 commit 145d620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ To configure the swarm worker, add the following code to the manifest file:
658658
docker::swarm {'cluster_worker':
659659
join => true,
660660
advertise_addr => '192.168.1.2',
661-
listen_addr => '192.168.1.2,
661+
listen_addr => '192.168.1.2',
662662
manager_ip => '192.168.1.1',
663663
token => 'your_join_token'
664664
}

0 commit comments

Comments
 (0)