Update 2 files: bootstrap.sh, functions.zsh
This commit is contained in:
@@ -33,7 +33,7 @@ dotstate_update() {
|
||||
return 0
|
||||
fi
|
||||
|
||||
info "Repository out of date. Pulling updates..."
|
||||
warn "Repository out of date. Pulling updates..."
|
||||
local old_sha
|
||||
old_sha=$(git rev-parse HEAD)
|
||||
git fetch origin &>/dev/null && git reset --hard origin/master &>/dev/null && git clean -fd &>/dev/null
|
||||
|
||||
Reference in New Issue
Block a user