mirror of https://github.com/docker/docs.git
Merge pull request #2638 from schlosna/bugfix/bash-wrapper
Fix bash docker-machine wrapper
This commit is contained in:
commit
01873fe22d
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue