File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ You can use this container by running `docker run --rm -v $(pwd):/repo puppet/pu
25
25
- run ` docker run --rm puppet/puppet-dev-tools:4.x onceover --help ` to see builtin help
26
26
- see [ Onceover's readme] ( https://github.com/dylanratcliffe/onceover/blob/master/README.md ) for details
27
27
3 . Rake tasks from the installed gems (see below)
28
- - run a single rake task like so: ` docker run --rm -v $(pwd):/repo puppet/puppet-dev-tools:4.x rake lint `
29
- - run multiple rake tasks sequentially like so: ` docker run --rm -v $(pwd):/repo puppet/puppet-dev-tools:4.x rake lint syntax yamllint `
28
+ - run a single rake task like so: ` docker run --rm -v $(pwd):/repo puppet/puppet-dev-tools:4.x rake -f /Rakefile lint `
29
+ - run multiple rake tasks sequentially like so: ` docker run --rm -v $(pwd):/repo puppet/puppet-dev-tools:4.x rake -f /Rakefile lint syntax yamllint `
30
30
31
31
### A note on Onceover usage
32
32
You can’t perform that action at this time.
0 commit comments