Skip to content

Commit 25b5469

Browse files
authored
fix exit code for videohashes json output
1 parent 33be074 commit 25b5469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/videohashes/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func run() int {
7171
return 1
7272
}
7373
fmt.Println(out)
74-
return 1
74+
return 0
7575
}
7676

7777
fmt.Printf("\n%s\n", result)

0 commit comments

Comments
 (0)