Commit 1fca822a authored by jrisebor's avatar jrisebor Committed by Robby Russell
Browse files

Fix Standard Error Redirection for composer plugin (#5935)

parent d12c2ea4
......@@ -52,4 +52,4 @@ alias cgrm='composer global remove'
alias cget='curl -s https://getcomposer.org/installer | php'
# Add Composer's global binaries to PATH
export PATH=$PATH:$(composer global config bin-dir --absolute) 2>/dev/null
export PATH=$PATH:$(composer global config bin-dir --absolute 2>/dev/null)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment