Skip to content

Commit ca63d86

Browse files
authored
Merge pull request cloudfoundry#349 from mogul/patch-2
buildpack -> buildpacks
2 parents ede4651 + e35e3c7 commit ca63d86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy-apps/manifest-attributes.html.md.erb

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ To add variables to an app manifest, do the following:
4949
- name: test-app
5050
instances: ((instances))
5151
memory: ((memory))
52-
buildpack: go_buildpack
52+
buildpacks:
53+
- go_buildpack
5354
env:
5455
GOPACKAGENAME: go_calls_ruby
5556
command: go_calls_ruby

0 commit comments

Comments
 (0)