Skip to content

Commit f91dc66

Browse files
authored
Merge pull request #2147 from CiiDyR/patch-1
Update SourceConfig documentation
2 parents cca45fb + e323f28 commit f91dc66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/devspace/config/versions/latest/schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@ type DependencyConfig struct {
12591259
// SourceConfig defines an artifact source
12601260
type SourceConfig struct {
12611261
// Path is the local path where DevSpace can find the artifact.
1262-
// This option is mutually exclusive with the path option.
1262+
// This option is mutually exclusive with the git option.
12631263
Path string `yaml:"path,omitempty" json:"path,omitempty" jsonschema_extras:"group=path,group_name=Source: Local Filesystem"`
12641264

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

0 commit comments

Comments
 (0)