Skip to content

Commit 87382b6

Browse files
committed
fix
1 parent c701821 commit 87382b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/homebrew/mfc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def caveats
300300
# Run the case from the test directory (this will execute pre_process and simulation)
301301
# Limit to 1 processor and reduce runtime for testing
302302
cd testpath_case do
303-
system bin/"mfc", "run", "case.py", "-j", "1"
303+
system bin/"mfc", "case.py", "-j", "1"
304304
end
305305

306306
# Verify output files were created in the test directory

0 commit comments

Comments
 (0)