fixes file not found

This was caused by https://github.com/roc-lang/basic-cli/pull/144
This commit is contained in:
Anton-4 2023-12-23 12:16:59 +01:00
parent 6710b371a4
commit 9b2da4c30c
No known key found for this signature in database
GPG Key ID: 0971D718C0A9B937

View File

@ -111,7 +111,7 @@ rm -rf ./downloaded-basic-cli
git clone --depth 1 https://github.com/roc-lang/basic-cli.git downloaded-basic-cli
cargo run --bin roc-docs downloaded-basic-cli/src/main.roc
cargo run --bin roc-docs downloaded-basic-cli/platform/main.roc
rm -rf ./downloaded-basic-cli