mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-11 23:50:05 +01:00
For local dependencies check if abs path exists
This commit is contained in:
parent
e655fcaf60
commit
6ed6c3f3ec
4 changed files with 11 additions and 8 deletions
|
|
@ -46,7 +46,7 @@ func installCommand(dir, jsonnetHome string, paths ...string) int {
|
|||
|
||||
if len(paths) > 0 {
|
||||
for _, path := range paths {
|
||||
newDep := parseDependency(path)
|
||||
newDep := parseDependency(dir, path)
|
||||
if newDep == nil {
|
||||
kingpin.Errorf("ignoring unrecognized path: %s", path)
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue