Quote filename

This commit is contained in:
Sage Vaillancourt 2024-02-09 09:34:16 -05:00
parent 336b20e3e2
commit 5edca3e99a
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ function undelete {
# Checkout the file from the commit before it was deleted
local hash="$(echo $hashes | tail -n 1)"
git checkout $hash -- $filename
git checkout $hash -- "$filename"
}
alias j='journalctl -xefu'