Fix typo in the pipelining-builds docs (#11900)

Somebody forgot to finish their last sentence...
pull/11906/head
krzys_h 4 years ago committed by GitHub
parent a4a497bd80
commit f28d36c888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -350,4 +350,6 @@ packer build -only='step1.docker.example' .
packer build -only='step2.docker.example' .
```
To run the pipeline, call pipeline.sh. You can create as many build steps as you want. Each can either inhabit one file
To run the pipeline, call pipeline.sh. You can create as many build steps as
you want. Each can either inhabit one file, or you can put multiple steps in
a single file like shown in the example above.

Loading…
Cancel
Save