From 4c8fca645bdb615579b907ca314ee2ba3a258c5a Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Fri, 23 Feb 2018 16:18:41 -0500 Subject: [PATCH] [provisioning] always load brew path --- recipes/brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/brew b/recipes/brew index 86f72ef..d181a96 100644 --- a/recipes/brew +++ b/recipes/brew @@ -34,7 +34,7 @@ case "$(uname -s)" in done if ! [ -d ~/.linuxbrew ]; then _run "Install brew" git clone -q https://github.com/Linuxbrew/brew.git ~/.linuxbrew - _path "$HOME/.linuxbrew/bin:$HOME/.linuxbrew/sbin" fi + _path "$HOME/.linuxbrew/bin:$HOME/.linuxbrew/sbin" ;; esac