diff --git a/ppp b/ppp index ddec2cc..5426fd2 100755 Binary files a/ppp and b/ppp differ diff --git a/src/main.go b/src/main.go index e26a617..f9428fa 100644 --- a/src/main.go +++ b/src/main.go @@ -140,7 +140,7 @@ func repoAdd(path string, args string) { if strings.HasSuffix(file, ".deb") { fmt.Printf("adding to repo %s \n", file) - cmd := exec.Command("reprepro", args, file) + cmd := exec.Command("reprepro", args, path+file) err := cmd.Run() if err != nil { panic(err)