diff options
-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 c765b5d..ce62627 100755 --- a/fix-dotfile-paths.sh +++ b/fix-dotfile-paths.sh @@ -52,7 +52,7 @@ find -- . -maxdepth 1 -type d | sed '/\(^\.$\|^\.\/\.git$\|\.\/common\)/d' | whi echo creating root $root root=$(echo "$root" | sed 's/\(\.\/\|\/$\)//') echo root after cleanup: $root - echo "- [[https://jjanzen.ca/dotfiles/$root][$root]]" >> index.org + echo "- [[https://jjanzen.ca/dotfiles/${root}][${root}]]" >> index.org cd "$root" || exit create_dir_tree "$root" cd ~/.dotfiles || exit |