Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gbiagomba committed Jan 23, 2024
1 parent c17e457 commit f5670ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
if [ $(uname -o) -eq "Darwin" ]; then
BIN_INSTALL="$HOME/.sherlock/bin/"
mkdir -p $BIN_INSTALL/
else;
else
BIN_INSTALL="$/opt/"
fi

Expand Down

0 comments on commit f5670ae

Please sign in to comment.