From 6c6c451631f2bdd308b7169a7ed4a3479e27df2f Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Sat, 1 Aug 2026 07:57:58 -0400 Subject: [PATCH] Update 1 file: bootstrap.sh --- default/.config/zsh/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default/.config/zsh/bootstrap.sh b/default/.config/zsh/bootstrap.sh index b9dfe04..3593298 100755 --- a/default/.config/zsh/bootstrap.sh +++ b/default/.config/zsh/bootstrap.sh @@ -149,7 +149,7 @@ else git clone --depth=1 "$REPO_URL" "$TARGET_DIR" fi -dotstorage doctor --fix -dotstorage activate +dotstate doctor --fix +dotstate activate info "done"