Skip to content

Commit f12327c

Browse files
committed
RuboCop style error fixed
1 parent 8a33e56 commit f12327c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Formula/ssh-studio.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ def install
5151
cp_r "src/ui/__init__.py", python_site_packages/"ssh_studio/ui/"
5252

5353
(libexec/"bin").mkpath
54-
if (bin/"ssh-studio").exist?
55-
mv bin/"ssh-studio", libexec/"bin/ssh-studio"
56-
end
54+
mv bin/"ssh-studio", libexec/"bin/ssh-studio" if (bin/"ssh-studio").exist?
5755
(bin/"ssh-studio").write <<~SH
5856
#!/bin/bash
5957
export PYTHONPATH="#{python_site_packages}"

0 commit comments

Comments
 (0)