Merge pull request #2638 from schlosna/bugfix/bash-wrapper

Fix bash docker-machine wrapper
This commit is contained in:
Jean-Laurent de Morlhon 2015-12-21 17:24:29 +01:00
commit 01873fe22d
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ EOF
esac esac
else else
# Just call the actual docker-machine app # Just call the actual docker-machine app
$(which docker-machine) "$@" command docker-machine "$@"
fi fi
} }