Fix for new StoreId::new() interface
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
1bbd2173b7
commit
8fb4bcf0c6
1 changed files with 1 additions and 2 deletions
|
@ -133,8 +133,7 @@ impl LinkProcessor {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
let spath = Some(store.path().clone());
|
let id = StoreId::new(PathBuf::from(&link.link))?;
|
||||||
let id = StoreId::new(spath, PathBuf::from(&link.link))?;
|
|
||||||
let mut target = if self.create_internal_targets {
|
let mut target = if self.create_internal_targets {
|
||||||
store.retrieve(id)?
|
store.retrieve(id)?
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue