Skip to content

Commit 3fe4d4a

Browse files
authored
fix(mrg): exit without error when using mrg --reverse (#963)
1 parent 16938a4 commit 3fe4d4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/mrg/main.go

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Options:
6868
os.Stderr.WriteString("\n")
6969
os.Exit(1)
7070
}
71+
os.Exit(0)
7172
}
7273

7374
// Read and parse JSON from stdin.

0 commit comments

Comments
 (0)