about summary refs log tree commit diff stats
path: root/home-manager/config
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-03-18 15:31:01 +0100
committerene <ene@sils.li>2023-03-18 15:50:27 +0100
commit0c9348dc8c33372bb919d2f7a0d357391557f8a6 (patch)
treef95225da82375fbf1b1811ecf93543a440ec1b4c /home-manager/config
parentFix(hm/conf/lf): Allow trashing of files on the temp fs (diff)
downloadnixos-config-0c9348dc8c33372bb919d2f7a0d357391557f8a6.tar.gz
nixos-config-0c9348dc8c33372bb919d2f7a0d357391557f8a6.zip
Fix(hm/conf/lf): Use the correct formatting for the output
Diffstat (limited to '')
-rwxr-xr-xhome-manager/config/lf/cmds/trash2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/config/lf/cmds/trash b/home-manager/config/lf/cmds/trash
index 78018721..9e2e6aa4 100755
--- a/home-manager/config/lf/cmds/trash
+++ b/home-manager/config/lf/cmds/trash
@@ -11,7 +11,7 @@ expected_error_output=$(mktmp);
 nix run nixpkgs#trashy -- put "$fx" 2> $trash_output;
 
 cat << EOF > $expected_error_output;
-error: Error during a \`trash\` operation: Unknown { description: "Path: '\"/.Trash-1000\"'. Message: Permission denied (os error 13)" }
+error: Error during a \`trash\` operation: Unknown { description: "Path: '\"/.Trash-1000\"'. Message: Permission denied (os error 13)" }
 EOF
 
 if [ "$(cat $expected_error_output)" = "$(cat $trash_output)" ];then