switch to dash
This commit is contained in:
parent
06758fe514
commit
212b940fa8
3 changed files with 3 additions and 3 deletions
2
justfile
2
justfile
|
|
@ -82,7 +82,7 @@ uninstall:
|
|||
|
||||
# Vendor dependencies locally
|
||||
vendor:
|
||||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env sh
|
||||
mkdir -p .cargo
|
||||
cargo vendor --sync Cargo.toml | head -n -1 > .cargo/config.toml
|
||||
echo 'directory = "vendor"' >> .cargo/config.toml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue