mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-11 23:50:05 +01:00
provide indication that an invalid url was given.
This commit is contained in:
parent
7959a767ed
commit
8ff5580971
1 changed files with 2 additions and 0 deletions
|
|
@ -180,6 +180,8 @@ func installCommand(jsonnetHome string, urls ...*url.URL) int {
|
|||
}
|
||||
|
||||
m.Dependencies = newDeps
|
||||
} else {
|
||||
kingpin.Errorf("ignoring unrecognized url: %s", url)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue