Fix bug where terminal command would be printed on click Docker CLI button or Terminal into container button

This commit is contained in:
Jeffrey Morgan 2015-05-31 01:30:07 -07:00
parent 7abd94fc30
commit cc29437e09
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PATH=$DIR:$PATH
CMD="export PATH='$PATH' clear && $*"
CMD="export PATH='$PATH' && clear && $*"
ITERM_EXISTS=`osascript <<EOF
set doesExist to false