test: update integration

This commit is contained in:
sh0rez 2020-04-20 18:24:56 +02:00
parent 25fcc6dda0
commit 5e141e10f9
No known key found for this signature in database
GPG key ID: 87C71DF9F8181FF1
3 changed files with 132 additions and 2 deletions

View file

@ -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(