Move stuff around in resdir

This commit is contained in:
idk
2022-01-21 23:15:55 -05:00
parent 94100e3fa2
commit 41c5844b8f
4 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ type Client struct {
func NewClient(hostname string, lang string, os string, arch string) (*Client, error) {
m := &Client{
TBD: tbget.NewTBDownloader(lang, os, arch),
hostname: hostname,
TBD: tbget.NewTBDownloader(lang, os, arch),
}
tgz, sig, err := m.TBD.DownloadUpdaterForLang(lang)
if err != nil {

Binary file not shown.

View File