mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2026-02-02 09:25:08 +01:00
fix: ensure in update
moves the update command implementation to the new Ensure function
This commit is contained in:
parent
6e3e7b2fdd
commit
ffd43cf94e
2 changed files with 21 additions and 33 deletions
|
|
@ -85,7 +85,7 @@ func Main() int {
|
|||
case installCmd.FullCommand():
|
||||
return installCommand(workdir, cfg.JsonnetHome, *installCmdURIs)
|
||||
case updateCmd.FullCommand():
|
||||
return updateCommand(cfg.JsonnetHome)
|
||||
return updateCommand(workdir, cfg.JsonnetHome)
|
||||
default:
|
||||
installCommand(workdir, cfg.JsonnetHome, []string{})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue