From bf5a2a06f978de69a54c5bfd729fd95038f1c7cb Mon Sep 17 00:00:00 2001 From: pyro Date: Wed, 13 May 2026 12:47:52 -0500 Subject: [PATCH] used the right tool name for the library folder. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 install.sh diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 index 8b74842..af47317 --- a/install.sh +++ b/install.sh @@ -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!"