Skip to content

Commit

Permalink
docs: docker: make example code match text
Browse files Browse the repository at this point in the history
The username/password didn't match what the text said it should be.
  • Loading branch information
olof committed May 18, 2015
1 parent fd66ce4 commit 336179f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/docs/manual/cfg-buildslaves-docker.rst
Expand Up @@ -139,7 +139,7 @@ The following example will add a Docker latent slave for docker running at the f

from buildbot.plugins import buildslave
c['slaves'] = [
buildslave.DockerLatentBuildSlave('minion1', 'sekrit',
buildslave.DockerLatentBuildSlave('docker', 'password',
docker_host='tcp://localhost:2375',
image='my_project_slave')
]
Expand Down

0 comments on commit 336179f

Please sign in to comment.