Skip to content

Commit

Permalink
fix: metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed Dec 22, 2024
1 parent 002344f commit e5d5662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metascoop/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func main() {
if !*debugMode {
fmt.Println("::group::F-Droid: Creating metadata stubs")
// Now, we run the fdroid update command
cmd := exec.Command("fdroid", "update", "--pretty", "--create-metadata", "--delete-unknown")
cmd := exec.Command("fdroid", "update", "--pretty", "--delete-unknown")
cmd.Stderr = os.Stderr
cmd.Stdout = os.Stdout
cmd.Stdin = os.Stdin
Expand Down

0 comments on commit e5d5662

Please sign in to comment.