Skip to content

Commit

Permalink
Add -p flag to mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Avery committed Apr 18, 2024
1 parent 667b55a commit d597a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Prerequisites:
cd languages/ruby

# Make the binary folder if it doesn't exist already
mkdir ./bitwarden_sdk_secrets/lib/macos-arm64
mkdir -p ./bitwarden_sdk_secrets/lib/macos-arm64

# Build and copy the bitwarden-c library
cargo build --package bitwarden-c
Expand Down

0 comments on commit d597a11

Please sign in to comment.