Details
Description
I've been trying to download an older version of a cookbook from the community resources, but it fails with an "ERROR: Installing multiple cookbooks at once is not supported" error.
(~/Work/XING/repos/env-chef) madolphs@nb-madolphs $ knife -v Chef: 0.10.2 (~/Work/XING/repos/env-chef) madolphs@nb-madolphs $ knife cookbook site install sudo 0.9.1 -o ~/Work/XING/repos/env-chef/cookbooks/ ERROR: Installing multiple cookbooks at once is not supported (~/Work/XING/repos/env-chef) madolphs@nb-madolphs $ knife cookbook site install --help knife cookbook site install COOKBOOK [VERSION] (options) ... ...
Same error occurs with 0.10.4 rc4:
(~/Work/XING/repos/env-chef) madolphs@nb-madolphs $ knife -v Chef: 0.10.4.rc.4 madolphs@nb-madolphs $ knife cookbook site install sudo 0.9.1 -o ~/Work/XING/repos/env-chef/cookbooks/ ERROR: Installing multiple cookbooks at once is not supported (~/Work/XING/repos/env-chef) madolphs@nb-madolphs $ knife cookbook site install --help knife cookbook site install COOKBOOK [VERSION] (options) ... ...
PEBKAC or a real problem? Haven't found anything like this after searching for `knife cookbook site install` here within Jira.
Regards,
Mike
No PEBKAC
I've put in a one-character pull request (https://github.com/opscode/chef/pull/128) that I believe fixes the bug.