lib/r10k/cli/deploy.rb in r10k-3.2.0 vs lib/r10k/cli/deploy.rb in r10k-3.2.1

- old
+ new

@@ -59,9 +59,10 @@ on modules specified in the Puppetfile and an update will be automatically scheduled. On subsequent deployments, Puppetfile deployment will default to off. DESCRIPTION flag :p, :puppetfile, 'Deploy modules from a puppetfile' + required nil, :'default-branch-override', 'Specify a branchname to override the default branch in the puppetfile' runner R10K::Action::CriRunner.wrap(R10K::Action::Deploy::Environment) end end end