provide indication that an invalid url was given.

This commit is contained in:
Jacob Straszynski 2018-05-23 10:13:00 -07:00
parent 7959a767ed
commit 8ff5580971

View file

@ -180,6 +180,8 @@ func installCommand(jsonnetHome string, urls ...*url.URL) int {
} }
m.Dependencies = newDeps m.Dependencies = newDeps
} else {
kingpin.Errorf("ignoring unrecognized url: %s", url)
} }
} }
} }