diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-29 11:44:46 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-29 11:44:46 -0600 |
commit | a6ee4e017dfcdba0b8f65807d5abb38b65b52037 (patch) | |
tree | 55c860bab8fbcbc749e96a22bc9db109ac52c97a /fix-dotfile-paths.sh | |
parent | f153a5278a28f0f671cfc40d693085f35d57d9bf (diff) |
absolute paths don't work i guess
Diffstat (limited to 'fix-dotfile-paths.sh')
-rwxr-xr-x | fix-dotfile-paths.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |