switch to dash

This commit is contained in:
Hugo 2025-07-20 14:35:27 -04:00 committed by Jeremy Soller
parent 06758fe514
commit 212b940fa8
3 changed files with 3 additions and 3 deletions

View file

@ -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