diff --git a/fake_home/.shell_aliases b/fake_home/.shell_aliases index 50ecf3d..c654384 100755 --- a/fake_home/.shell_aliases +++ b/fake_home/.shell_aliases @@ -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'