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 147d4d3..479079f 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="https://jjanzen.ca/dotfiles/$1/" + URLROOT="/dotfiles/$1/" create_ls_entry "" "$URLROOT" # iterate over all directories |