Skip to content

Commit 6f9c48e

Browse files
authored
Merge branch 'main' into rustup
2 parents 794ccc5 + fe17e8b commit 6f9c48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crate_universe/DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It's then recommended to export the `CARGO_BAZEL_GENERATOR_URL` environment
1414
variable to be a `file://` url to the built binary on disk.
1515

1616
```shell
17-
export CARGO_BAZEL_GENERATOR_URL=$(pwd)/target/debug/cargo-bazel
17+
export CARGO_BAZEL_GENERATOR_URL=file://$(pwd)/target/debug/cargo-bazel
1818
```
1919

2020
From here on, the repository rule can be run

0 commit comments

Comments
 (0)