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

Somebody forgot to finish their last sentence...
This commit is contained in:
krzys_h 2022-07-23 15:16:50 +02:00 committed by GitHub
parent a4a497bd80
commit f28d36c888
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.