lib/r10k/cli/deploy.rb in r10k-2.6.5 vs lib/r10k/cli/deploy.rb in r10k-2.6.6

- old
+ new

@@ -51,9 +51,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