Skip to content

Commit 314cd5c

Browse files
Fixing macOS where diff -v doesn't exist
1 parent a4510b2 commit 314cd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MicroOmni.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ function preinit()
602602
missingCommands[#missingCommands + 1] = "bat"
603603
end
604604

605-
if not CheckCommand("diff -v") then
605+
if not CheckCommand("diff --version") then
606606
missingCommands[#missingCommands + 1] = "diff"
607607
end
608608

0 commit comments

Comments
 (0)