Skip to content

Commit

Permalink
Merge pull request #96 from naveensrinivasan/patch-1
Browse files Browse the repository at this point in the history
Fixed the comma in the sample code
  • Loading branch information
carlossg committed Dec 1, 2016
2 parents ab6a5e1 + 06bc2b0 commit da69ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -173,7 +173,7 @@ podTemplate(label: 'mypod', containers: [
name: 'mariadb',
image: 'mariadb:10.1',
ttyEnabled: true,
command: 'cat'
command: 'cat',
privileged: false,
alwaysPullImage: false,
workingDir: '/home/jenkins',
Expand Down

0 comments on commit da69ae2

Please sign in to comment.