Skip to content

Commit

Permalink
add mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka committed Feb 9, 2024
1 parent 09e8c6a commit 981f8f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ esac
# Set target to ~/bin if DATABRICKS_RUNTIME_VERSION environment variable is set.
if [ -n "$DATABRICKS_RUNTIME_VERSION" ]; then
TARGET="$HOME/bin"
mkdir -p "$TARGET"
fi

# Include architecture in file name.
Expand Down

0 comments on commit 981f8f9

Please sign in to comment.