maybe path:* is still good practice?

This commit is contained in:
do butterflies cry? 2026-04-14 14:15:36 +10:00
parent ebcb2e9c66
commit 5bf0814115
Signed by: cry
GPG key ID: F68745A836CA0412

View file

@ -157,8 +157,7 @@ mod tests {
.build()
.unwrap();
// let flakeref = FlakeRefBuilder::new(format!("path:{}#subthing", tmp_dir.path().display())) // DEBUG
let flakeref = FlakeRefBuilder::new(format!("{}#subthing", tmp_dir.path().display()))
let flakeref = FlakeRefBuilder::new(format!("path:{}#subthing", tmp_dir.path().display()))
.build()
.unwrap();