Skip to content

Commit 662b8d8

Browse files
committed
a
1 parent 29fe07c commit 662b8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/spirv-builder/src/options/source.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ impl Source {
3535
commitish,
3636
into,
3737
} => {
38-
std::fs::create_dir_all(path)?;
38+
std::fs::create_dir_all(&into)?;
3939

4040
let into = into.canonicalize()?;
4141
let repo = git2::build::RepoBuilder::new().clone(&repository, &into)?;

0 commit comments

Comments
 (0)