Skip to content

Commit 51b3b78

Browse files
committed
fixed brew manifest
1 parent a78dbca commit 51b3b78

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Formula/ssh-studio.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ def install
3232

3333
python3 = Formula["[email protected]"]
3434
python_bin = python3.opt_bin/"python3"
35-
36-
unless python_bin.exist?
37-
odie "Python 3.13 not found at #{python_bin}"
38-
end
35+
36+
odie "Python 3.13 not found at #{python_bin}" unless python_bin.exist?
3937

4038
ENV["PYTHON"] = python_bin.to_s
4139
system "meson", "setup", "build", *std_meson_args

0 commit comments

Comments
 (0)