Fix adding new packages

Signed-off-by: jolheiser <john.olheiser@gmail.com>
pull/1/head
jolheiser 2020-02-20 10:36:20 -06:00
parent a0a1189921
commit 4d536f3ca0
No known key found for this signature in database
GPG Key ID: 83E486E71AFEB820
1 changed files with 1 additions and 0 deletions

View File

@ -127,5 +127,6 @@ func AddPackages(force bool, pkgs ...Package) {
break
}
}
Packages = append(Packages, pkg)
}
}