Skip to content

Commit c18db8b

Browse files
committed
Install Python module to the correct location
1 parent 992a9bf commit c18db8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/ssh-studio.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def install
4141

4242
(python_site_packages/"ssh_studio").mkpath
4343
(python_site_packages/"ssh_studio/ui").mkpath
44-
44+
4545
cp_r "src/ssh_config_parser.py", python_site_packages/"ssh_studio/"
4646
cp_r "src/main.py", python_site_packages/"ssh_studio/"
4747
cp_r "src/__init__.py", python_site_packages/"ssh_studio/"

0 commit comments

Comments
 (0)