websterclay / knife-github-cookbooks

A knife plugin facilitating installing, updating, and tracking Chef cookbooks found on Github.
Apache License 2.0
220 stars 35 forks source link

defaults to master branch #25

Open nkeilar opened 11 years ago

nkeilar commented 11 years ago

When I ran knife cookbook github install user/repo with my feature branch checked out, the repo was merged into my master branch. Not my current branch. Context: I was working on a feature branch, and wanted to test if an updated cookbook would work.

mintuhouse commented 11 years ago

Same problem here. Any help would be appreciated