Remove redundant clones

This commit is contained in:
Daniel Rainer
2025-07-28 00:43:23 +02:00
committed by Johannes Altmanninger
parent 21a07f08a3
commit 425d487de9

View File

@@ -64,7 +64,7 @@
// If we picked ~/.local/share/fish as our data path,
// we would install there and erase history.
// So let's isolate us a bit more.
data: Some(data_dir.clone()),
data: Some(data_dir),
sysconf: base_path.join("etc/fish"),
doc: base_path.join("share/doc/fish"),
bin: Some(base_path.join("bin")),