Skip to content

Commit

Permalink
Merge pull request docker#2638 from schlosna/bugfix/bash-wrapper
Browse files Browse the repository at this point in the history
Fix bash docker-machine wrapper
  • Loading branch information
jeanlaurent committed Dec 21, 2015
2 parents ed12b42 + 464e19b commit 01873fe
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 01873fe

Please sign in to comment.