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 ce97ec5 commit cb7a7df
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 -p "$1" || exit
mkdir -p "$1"
fi

# removing old/stale/partial objects
Expand Down

0 comments on commit cb7a7df

Please sign in to comment.