mirror of
https://codeberg.org/icewind/galton.git
synced 2026-06-03 18:34:08 +02:00
release setup
This commit is contained in:
parent
e611d1d1ac
commit
09de7e6f00
4 changed files with 38 additions and 6 deletions
|
|
@ -133,11 +133,7 @@ fn maybe_link(source: Option<&str>, target: Option<&str>) {
|
|||
}
|
||||
match symlink(source, target) {
|
||||
Ok(()) => {
|
||||
info!(
|
||||
to = target,
|
||||
from = source,
|
||||
"created symlink"
|
||||
);
|
||||
info!(to = target, from = source, "created symlink");
|
||||
}
|
||||
Err(error) => {
|
||||
error!(%error, "failed to link target");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue