Skip to content

Commit 76f979d

Browse files
Update pkg/skaffold/schema/latest/config.go
Co-authored-by: Brian de Alwis <[email protected]>
1 parent 1414a19 commit 76f979d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/skaffold/schema/latest/config.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -750,8 +750,8 @@ type BuildpackArtifact struct {
750750
// Order matters.
751751
Buildpacks []string `yaml:"buildpacks,omitempty"`
752752

753-
// ProjectDescriptor is the path to the toml project descriptor.
754-
// Defaults to `project.toml`.
753+
// ProjectDescriptor is the path to the project descriptor file.
754+
// Defaults to `project.toml` if it exists.
755755
ProjectDescriptor string `yaml:"projectDescriptor,omitempty"`
756756

757757
// Dependencies are the file dependencies that skaffold should watch for both rebuilding and file syncing for this artifact.

0 commit comments

Comments
 (0)