Skip to content

Commit

Permalink
align toml tag of working-dir with spec (#268)
Browse files Browse the repository at this point in the history
See https://github.com/buildpacks/spec/blob/buildpack/v0.10/buildpack.md#launchtoml-toml

Signed-off-by: Ralf Pannemans <ralf.pannemans@sap.com>
Co-authored-by: Ralf Pannemans <ralf.pannemans@sap.com>
  • Loading branch information
phil9909 and c0d1ngm0nk3y committed Nov 28, 2023
1 parent 77105e2 commit 7f587a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type Process struct {
Direct bool `toml:"direct,omitempty"`

// WorkingDirectory is a directory to execute the command in, removes the need to use a shell environment to CD into working directory
WorkingDirectory string `toml:"working-directory,omitempty"`
WorkingDirectory string `toml:"working-dir,omitempty"`

// Default can be set to true to indicate that the process
// type being defined should be the default process type for the app image.
Expand Down

0 comments on commit 7f587a1

Please sign in to comment.