aboutsummaryrefslogtreecommitdiff
path: root/fix-dotfile-paths.sh
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-11-08 16:41:38 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-11-08 16:41:38 -0600
commit075aaf2a39c6c35d67f0b9863c2834713b5b9ee9 (patch)
tree427b63c53c7eff9994f33628b6aee5388c82b0e9 /fix-dotfile-paths.sh
parent54e5ee6fdf2cb6914b40dcc90f87eaeff306866b (diff)
this should fix it
Diffstat (limited to 'fix-dotfile-paths.sh')
-rwxr-xr-xfix-dotfile-paths.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fix-dotfile-paths.sh b/fix-dotfile-paths.sh
index e17980a..1e0826c 100755
--- a/fix-dotfile-paths.sh
+++ b/fix-dotfile-paths.sh
@@ -50,7 +50,7 @@ create_dir_tree () {
cd ~/.dotfiles || exit
git checkout main
-echo '#+title: Dotfiles' >> index.org
+echo '#+title: Dotfiles' > index.org
echo 'This is my system configuration. These pages are automatically generated from the sources hosted [[https://git.sr.ht/~jjanzen/.dotfiles][here]]. Choose which system to browse: ' >> index.org
find -- . -maxdepth 1 -type d | sed '/\(^\.$\|^\.\/\.git$\|\.\/common\)/d' | while read -r root; do
echo creating root $root