Update 1 file: bootstrap.sh

This commit is contained in:
2026-08-01 18:21:19 -04:00
parent 440b204a8a
commit fdd6cabf7f
+1 -1
View File
@@ -175,7 +175,7 @@ update_repo() {
[[ -z "$remote_sha" ]] && return 0 [[ -z "$remote_sha" ]] && return 0
local_sha=$(git rev-parse HEAD) local_sha=$(git rev-parse HEAD)
if [[ "$remote_sha" == "$local_sha" ]]; then if [[ "$remote_sha" == "$local_sha" ]]; then
info "Repository up to date" success "Repository up to date"
return 0 return 0
fi fi
warn "Repository out of date. Pulling updates..." warn "Repository out of date. Pulling updates..."