Skip to content

Commit

Permalink
Updated install script
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfriend99 committed Feb 23, 2024
1 parent e995789 commit cfa27bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Expand Up @@ -102,7 +102,7 @@ install_blade() {
fi

# removing old/stale/partial objects
STALE_PATHS=("/usr/local/bin/blade" "$(pwd)/blade" "$1/blade")
STALE_PATHS=("$(pwd)/blade" "$1/.blade")
for path in "${STALE_PATHS[@]}"
do
if [[ -d "$path" ]]; then
Expand Down

0 comments on commit cfa27bd

Please sign in to comment.