Fix repropro

This commit is contained in:
ferrreo 2023-09-05 15:27:50 +01:00
parent 88f367dcdb
commit 892950144b
2 changed files with 1 additions and 1 deletions

BIN
ppp

Binary file not shown.

View File

@ -234,7 +234,7 @@ func signFiles(path string) {
func add(ch chan bool, path string, args string) {
fmt.Printf("Adding %s \n", path)
cmd := exec.Command("/bin/bash", "-c", "reprepro", args, path)
cmd := exec.Command("/bin/bash", "-c", "reprepro "+args+" "+path)
err := cmd.Run()
if err != nil {
panic(err)