absolute path
This commit is contained in:
parent
e0c2f70f95
commit
f153a5278a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ create_ls_entry () {
|
||||||
|
|
||||||
create_dir_tree () {
|
create_dir_tree () {
|
||||||
ROOT="$HOME/dotfiles/$1"
|
ROOT="$HOME/dotfiles/$1"
|
||||||
URLROOT="https://jjanzen.ca/dotfiles/$1/"
|
URLROOT="/dotfiles/$1/"
|
||||||
create_ls_entry "" "$URLROOT"
|
create_ls_entry "" "$URLROOT"
|
||||||
|
|
||||||
# iterate over all directories
|
# iterate over all directories
|
||||||
|
|
Loading…
Add table
Reference in a new issue