mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-12 08:00:05 +01:00
test: update integration
This commit is contained in:
parent
25fcc6dda0
commit
5e141e10f9
3 changed files with 132 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ func updateCommand(dir, jsonnetHome string, uris []string) int {
|
|||
locks = make(map[string]deps.Dependency)
|
||||
}
|
||||
|
||||
newLocks, err := pkg.Ensure(jsonnetFile, jsonnetHome, locks)
|
||||
newLocks, err := pkg.Ensure(jsonnetFile, filepath.Join(dir, jsonnetHome), locks)
|
||||
kingpin.FatalIfError(err, "updating")
|
||||
|
||||
kingpin.FatalIfError(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue