used the right tool name for the library folder.

This commit is contained in:
2026-05-13 12:47:52 -05:00
parent a5aaf19cef
commit bf5a2a06f9
Regular → Executable
+1 -1
View File
@@ -15,7 +15,7 @@ if cargo build --release; then
fi
echo "copying binary to your path..."
echo "this will require sudo privileges"
if sudo cp ./target/release/hyphae_cmd /usr/bin; then
if sudo cp ./target/release/ferrisfind /usr/bin; then
echo "install complete!"
else
echo "error copying binary!"