Skip to content

Commit 6f85f22

Browse files
authored
vapoursynth: fix python3 references (Homebrew#109785)
See Homebrew#108008
1 parent d8a1aa4 commit 6f85f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/vapoursynth.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def caveats
6767
end
6868

6969
test do
70-
system Formula["python@3.10"].opt_bin/"python3", "-c", "import vapoursynth"
70+
system Formula["python@3.10"].opt_bin/"python3.10", "-c", "import vapoursynth"
7171
system bin/"vspipe", "--version"
7272
end
7373
end

0 commit comments

Comments
 (0)