mirror of
https://github.com/tw93/Mole.git
synced 2026-03-24 10:05:05 +00:00
Resolve merge conflict in mole update helpers
This commit is contained in:
2
mole
2
mole
@@ -61,8 +61,6 @@ get_homebrew_latest_version() {
|
|||||||
|
|
||||||
[[ -n "$candidate" ]] && printf '%s\n' "$candidate"
|
[[ -n "$candidate" ]] && printf '%s\n' "$candidate"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# Install detection (Homebrew vs manual).
|
# Install detection (Homebrew vs manual).
|
||||||
# Uses variable capture + string matching to avoid SIGPIPE under pipefail.
|
# Uses variable capture + string matching to avoid SIGPIPE under pipefail.
|
||||||
is_homebrew_install() {
|
is_homebrew_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user