feat(download): download PKGBUILD repos interface

This commit is contained in:
jguer
2021-08-02 18:00:50 +02:00
committed by J Guerreiro
parent 50c0ece9a7
commit 79b44fd544
11 changed files with 258 additions and 220 deletions

View File

@@ -291,7 +291,9 @@ func printPkgbuilds(dbExecutor db.Executor, httpClient *http.Client, targets []s
missing = append(missing, target)
}
}
text.Warnln("Unable to find the following packages:", strings.Join(missing, ", "))
text.Warnln(gotext.Get("Unable to find the following packages:"), strings.Join(missing, ", "))
return fmt.Errorf("")
}
return nil