Skip to content

Commit b5e81bd

Browse files
authored
Fix find_binary typo in shell check (#350)
2 parents d9ff00c + ec29c56 commit b5e81bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scm_breeze.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function _safe_eval() {
9696
}
9797

9898
find_binary() {
99-
if breeze_shell_is "bash"; then
99+
if breeze_shell_is "zsh"; then
100100
builtin type -p "$1" | sed "s/$1 is //" | head -1
101101
else
102102
builtin type -P "$1"

0 commit comments

Comments
 (0)