Update 1 file: bootstrap.sh
This commit is contained in:
+1
-1
@@ -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..."
|
||||||
|
|||||||
Reference in New Issue
Block a user