Closed jghiloni closed 3 years ago
When serializing a Buildpack instance to TOML, the Path field is serialized as Path = "..." regardless of whether or not it is set. The capital P in Path makes this serialized TOML out-of-spec. I will be submitting a PR to fix this. Thanks!
Buildpack
Path
Path = "..."
P
When serializing a
Buildpack
instance to TOML, thePath
field is serialized asPath = "..."
regardless of whether or not it is set. The capitalP
inPath
makes this serialized TOML out-of-spec. I will be submitting a PR to fix this. Thanks!