File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ type Buildpack struct {
4
4
Name string `json:"name"` // The name of the buildpack; to be used by app buildpack field (only alphanumeric characters)
5
5
State string `json:"state"` // The state of the buildpack Valid value is: AWAITING_UPLOAD
6
6
Filename * string `json:"filename"` // The filename of the buildpack, if any
7
- Stack string `json:"stack"` // The name of the stack that the buildpack will use
7
+ Stack * string `json:"stack"` // The name of the stack that the buildpack will use
8
8
Position int `json:"position"` // The order in which the buildpacks are checked during buildpack auto-detection
9
9
Enabled bool `json:"enabled"` // Whether the buildpack can be used for staging
10
10
Locked bool `json:"locked"` // Whether the buildpack is locked to prevent updating the bits
You can’t perform that action at this time.
0 commit comments