From e323f280a593521f425fb4e05acf9a047d5fc48f Mon Sep 17 00:00:00 2001 From: Hendrik Heil Date: Wed, 29 Jun 2022 22:32:55 +0200 Subject: [PATCH] Update SourceConfig documentation --- pkg/devspace/config/versions/latest/schema.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/devspace/config/versions/latest/schema.go b/pkg/devspace/config/versions/latest/schema.go index 9472042f7a..bc0f693683 100644 --- a/pkg/devspace/config/versions/latest/schema.go +++ b/pkg/devspace/config/versions/latest/schema.go @@ -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