librarian-puppet-simple
librarian-puppet-simple copied to clipboard
subdir breaks `librarian-puppet update`
Repro:
- create a new Puppetfile, with a git ref with a subdir
- run
librarian-puppet update
error: pathspec 'origin/master' did not match any file(s) known to git.
/Users/henfel/.rvm/gems/ruby-1.9.3-p374@logibit-receipts/gems/librarian-puppet-simple.haf-0.1.1/lib/librarian/puppet/simple/util.rb:40:in `system_cmd': Cmd git fetch origin && git checkout origin/master failed (StandardError)
This is with the sent PR that adds support for subdirs.