mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
7ec20da83c
commit
46f828b0c8
|
@ -150,7 +150,7 @@ file extensions: [%s]`, literal, literalWithExt, strings.Join(extensions, ", "))
|
|||
}
|
||||
}
|
||||
|
||||
// Return a generic error message if no matching possible q is found.
|
||||
// Return a generic error message if no matching possible file is found.
|
||||
return "", fmt.Errorf(`notebook %s not found. Local notebook references are expected
|
||||
to contain one of the following file extensions: [%s]`, literal, strings.Join(extensions, ", "))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue