Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Delegate to docker-machine from wrapper
Browse files Browse the repository at this point in the history
Fix an issue with the bash __docker-machine-wrapper function where
commands other than `use` would result in an error.

Signed-off-by: David Schlosnagle <schlosna@gmail.com>
  • Loading branch information
schlosna committed Dec 19, 2015
1 parent 204af9f commit 464e19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/bash/docker-machine-wrapper.bash
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ EOF
esac
else
# Just call the actual docker-machine app
$(which docker-machine) "$@"
command docker-machine "$@"
fi
}

Expand Down

0 comments on commit 464e19b

Please sign in to comment.