Skip to content

Commit

Permalink
Use abilities-syntax branch of basic-cli for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfeldman committed Aug 11, 2023
1 parent 2ca3c42 commit 254226f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export ROC_DOCS_URL_ROOT=/packages/basic-cli

rm -rf ./downloaded-basic-cli

git clone --depth 1 https://github.com/roc-lang/basic-cli.git downloaded-basic-cli
git clone --branch new-abilities-syntax --depth 1 https://github.com/roc-lang/basic-cli.git downloaded-basic-cli

cargo run --bin roc-docs downloaded-basic-cli/src/main.roc

Expand Down

0 comments on commit 254226f

Please sign in to comment.