From a6ee4e017dfcdba0b8f65807d5abb38b65b52037 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 29 Dec 2024 11:44:46 -0600 Subject: absolute paths don't work i guess --- fix-dotfile-paths.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fix-dotfile-paths.sh') diff --git a/fix-dotfile-paths.sh b/fix-dotfile-paths.sh index 479079f..c88900b 100755 --- a/fix-dotfile-paths.sh +++ b/fix-dotfile-paths.sh @@ -33,7 +33,7 @@ create_ls_entry () { create_dir_tree () { ROOT="$HOME/dotfiles/$1" - URLROOT="/dotfiles/$1/" + URLROOT="./" create_ls_entry "" "$URLROOT" # iterate over all directories -- cgit v1.2.3