Skip to content

Commit fe679a9

Browse files
committed
update formula
1 parent e389c92 commit fe679a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/ssh-studio.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ def install
3333
python3 = Formula["python@3.13"]
3434
ohai "Checking for Python 3.13..."
3535
ohai "opt_bin: #{python3.opt_bin}"
36-
36+
3737
python_bin = if (python3.opt_bin/"python3").exist?
3838
python3.opt_bin/"python3"
3939
elsif (python3.opt_bin/"python3.13").exist?
4040
python3.opt_bin/"python3.13"
4141
else
4242
prefix = `brew --prefix python@3.13 2>/dev/null`.strip
4343
ohai "brew --prefix: #{prefix}"
44-
if !prefix.empty?
44+
unless prefix.empty?
4545
if File.exist?("#{prefix}/bin/python3")
4646
Pathname.new("#{prefix}/bin/python3")
4747
elsif File.exist?("#{prefix}/bin/python3.13")

0 commit comments

Comments
 (0)