From 367f64ccd8d4c11a12d880841caa399560f49e75 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Fri, 9 Aug 2024 22:45:26 -0500 Subject: add urlroot to roots (lol) --- 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 5dd0ee1..992644c 100755 --- a/fix-dotfile-paths.sh +++ b/fix-dotfile-paths.sh @@ -27,7 +27,7 @@ create_ls_entry () { create_dir_tree () { ROOT="$HOME/.dotfiles/$1" URLROOT="https://jjanzen.ca/dotfiles/$1/" - create_ls_entry "" + create_ls_entry "" "$URLROOT" # iterate over all directories find -L -- . -type d | sed '/^\.$/d' | while read -r dir; do -- cgit v1.2.3