mirror of https://github.com/databricks/cli.git
review comments
This commit is contained in:
parent
7f1d0104d9
commit
839b28d62b
|
@ -155,7 +155,7 @@ func (i *fetcher) loadRemoteProjectDefinition(cmd *cobra.Command, version string
|
||||||
return nil, fmt.Errorf("read labs.yml from GitHub: %w", err)
|
return nil, fmt.Errorf("read labs.yml from GitHub: %w", err)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
libDir, err := PathInLabs(ctx, i.name, "lib")
|
libDir, _ := PathInLabs(ctx, i.name, "lib")
|
||||||
fileName := filepath.Join(libDir, "labs.yml")
|
fileName := filepath.Join(libDir, "labs.yml")
|
||||||
raw, err = os.ReadFile(fileName)
|
raw, err = os.ReadFile(fileName)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue