Skip to content

Commit fbdd79b

Browse files
committedOct 2, 2024·
Bug fixed: excess quotation. (#425)
1 parent 255a505 commit fbdd79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ execute_root "/bin/bash" "python-install.sh"
2121
echo "Cleaning up..."
2222
execute_root "rm" "python-install.sh"
2323
echo "Installing dependencies..."
24-
execute_root "pip-leads" "install" '"leads[vec]"'
24+
execute_root "pip-leads" "install" "leads[vec]"
2525
echo "Creating executable entries..."
2626
execute_root "echo" "#!/bin/bash" > "/bin/leads-vec"
2727
execute_root "echo" 'python-leads -m leads_vec "$@"' >> "/bin/leads-vec"

0 commit comments

Comments
 (0)
Please sign in to comment.