Update paths to renamed collab crate

This commit is contained in:
Nathan Sobo 2022-04-11 18:18:12 -06:00
parent 3b852ee2bd
commit 72ea71ca52
5 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -e
cd crates/server
cd crates/collab
# Export contents of .env.toml
eval "$(cargo run --bin dotenv)"