diff options
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 |