We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2889dfb commit 3d7234aCopy full SHA for 3d7234a
1 file changed
rs/private/crate_git_repository.bzl
@@ -112,7 +112,7 @@ def _crate_git_repository_implementation(rctx):
112
113
# Since we're using `git` to download the repo, remove
114
# the `.git` to make sure it's reproducible.
115
- rctx.delete(root.get_child(".git"))
+ rctx.delete(dest_dir.get_child(".git"))
116
return rctx.repo_metadata(reproducible = True)
117
118
crate_git_repository = repository_rule(
0 commit comments