Skip to content

Commit

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

install_blade() {
if [[ -d "$1" ]]; then
mkdir "$1" || exit
mkdir -p "$1" || exit
fi

# removing old/stale/partial objects
Expand Down

0 comments on commit ce97ec5

Please sign in to comment.