mirror of https://github.com/databricks/cli.git
Fix silly lint error
This commit is contained in:
parent
6d5cb1d075
commit
0acb2223bc
|
@ -71,7 +71,7 @@ type translateContext struct {
|
||||||
//
|
//
|
||||||
// localPath - the full local file system path.
|
// localPath - the full local file system path.
|
||||||
// localRelPath - the relative path from the base directory.
|
// localRelPath - the relative path from the base directory.
|
||||||
func GetLocalPath(ctx context.Context, b *bundle.Bundle, sourceDir string, p string) (string, string, error) {
|
func GetLocalPath(ctx context.Context, b *bundle.Bundle, sourceDir, p string) (string, string, error) {
|
||||||
if p == "" {
|
if p == "" {
|
||||||
return "", "", fmt.Errorf("path cannot be empty")
|
return "", "", fmt.Errorf("path cannot be empty")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue