Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka committed Jan 17, 2025
1 parent 7800f34 commit 9649f23
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions libs/template/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@ func (r Resolver) Resolve(ctx context.Context) (*Template, error) {
templateName = TemplateName(r.TemplatePathOrUrl)
}

// User should not directly select "custom..." and instead should provide the
// file path or the Git URL for the template directly.
if templateName == Custom {
return nil, ErrCustomSelected
}

tmpl := GetDatabricksTemplate(templateName)

// If we could not find a databricks template with the name provided by the user,
Expand Down

0 comments on commit 9649f23

Please sign in to comment.