Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky committed Dec 1, 2020
1 parent 29fe07c commit 662b8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/spirv-builder/src/options/source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ impl Source {
commitish,
into,
} => {
std::fs::create_dir_all(path)?;
std::fs::create_dir_all(&into)?;

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

0 comments on commit 662b8d8

Please sign in to comment.