diff --git a/developer/bin/update_cask_family b/developer/bin/update_cask_family index 28387906f2..007a2448cd 100755 --- a/developer/bin/update_cask_family +++ b/developer/bin/update_cask_family @@ -27,7 +27,7 @@ function is_in_array { } function get_ableton { - brew search ableton | grep 'ableton-' | grep --invert-match '\d' + brew search 'ableton' | grep 'ableton-' | grep --invert-match '\d' } function get_dcpomatic {