Skip to content

Commit

Permalink
Merge pull request puppetlabs#496 from thde/patch-1
Browse files Browse the repository at this point in the history
fix README typo
  • Loading branch information
florindragos authored Jun 18, 2019
2 parents efd5759 + 763fd4c commit a213541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ If using Docker V1.11 or later, the docker login email flag has been deprecated.
Add the following code to the manifest file:

```puppet
docker::registry { 'example.docker.io:5000'}
docker::registry { 'example.docker.io:5000':
username => 'user',
password => 'secret',
}
Expand Down

0 comments on commit a213541

Please sign in to comment.