mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
Remove extraneous newline from log entry
This commit is contained in:
parent
fed835be3c
commit
0856eddea6
|
@ -283,7 +283,7 @@ dir_prep() {
|
|||
rm -rf "$symlink.old"
|
||||
fi
|
||||
|
||||
log i "$symlink is now $real\n"
|
||||
log i "$symlink is now $real"
|
||||
}
|
||||
|
||||
check_bios_files() {
|
||||
|
|
Loading…
Reference in a new issue