Update 1 file: bootstrap.sh

This commit is contained in:
2026-08-01 17:52:51 -04:00
parent 5f72cc6f7b
commit 884ec0dfbe
+1 -1
View File
@@ -158,7 +158,7 @@ update_repo() {
info "Repository out of date. Pulling updates..." info "Repository out of date. Pulling updates..."
local old_sha local old_sha
old_sha=$(git rev-parse HEAD) old_sha=$(git rev-parse HEAD)
git fetch origin && git reset --hard origin/master && git clean -fd &>/dev/null git fetch origin &>/dev/null && git reset --hard origin/master &>/dev/null && git clean -fd &>/dev/null
git log --format='%C(yellow)%h%C(reset) %C(cyan)%ar%C(reset) %s' "$old_sha"..HEAD git log --format='%C(yellow)%h%C(reset) %C(cyan)%ar%C(reset) %s' "$old_sha"..HEAD
else else
info "Repository not found. Cloning..." info "Repository not found. Cloning..."