From 5edca3e99adc9ad70279320d4ef203ed83f443bd Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Fri, 9 Feb 2024 09:34:16 -0500 Subject: [PATCH] Quote filename --- fake_home/.shell_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'