Skip to content

Commit b81076b

Browse files
committed
Removed comment
Signed-off-by: André S. Hansen <andre.ok@online.no>
1 parent 5b67f9e commit b81076b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/devspace/dependency/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func NewManagerWithParser(ctx devspacecontext.Context, configOptions *loader.Con
4040

4141
type ResolveOptions struct {
4242
SkipDependencies []string
43-
Dependencies []string // Same as DependencyOptions.Only, either should be renamed
43+
Dependencies []string
4444
}
4545

4646
func (m *manager) ResolveAll(ctx devspacecontext.Context, options ResolveOptions) ([]types.Dependency, error) {

0 commit comments

Comments
 (0)