Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/devspace/config/versions/latest/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ type DependencyConfig struct {
// SourceConfig defines an artifact source
type SourceConfig struct {
// Path is the local path where DevSpace can find the artifact.
// This option is mutually exclusive with the path option.
// This option is mutually exclusive with the git option.
Path string `yaml:"path,omitempty" json:"path,omitempty" jsonschema_extras:"group=path,group_name=Source: Local Filesystem"`

// Git is the remote repository to download the artifact from. You can either use
Expand Down