diff --git a/script/bootstrap b/script/bootstrap index 445a554414d..a83d5666a4d 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -130,7 +130,7 @@ install_dotfiles () { local overwrite_all=false backup_all=false skip_all=false - for src in $(find "$DOTFILES_ROOT" -maxdepth 2 -name '*.symlink') + for src in $(find "$DOTFILES_ROOT/" -maxdepth 2 -name '*.symlink') do dst="$HOME/.$(basename "${src%.*}")" link_file "$src" "$dst"