From daae1412d0c18c019d54e75b394fefb9d0464ddb Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 25 Mar 2024 16:11:17 -0700 Subject: [PATCH] fix embarrassing typo --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index ae1e85b..9ca3bb9 100755 --- a/install +++ b/install @@ -160,7 +160,7 @@ fi # delete any directory structure that may have been included with the OS. for d in bin Desktop Documents Downloads Music Pictures Public Templates Video Videos; do - ! [ -d "$d" ] || rmdir "$f" + ! [ -d "$d" ] || rmdir "$d" done # create instead my preferred directory structure.