Skip to content

Commit 6bf2683

Browse files
jessereynoldsbastelfreak
authored andcommitted
switch Bolt::PAL to openvox-strings
1 parent 722532c commit 6bf2683

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/bolt/pal.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -495,9 +495,9 @@ def get_plan_info(plan_name, with_mtime: false)
495495

496496
pp_path = File.join(mod, 'plans', "#{plan_subpath}.pp")
497497
if File.exist?(pp_path)
498-
require 'puppet-strings'
499-
require 'puppet-strings/yard'
500-
PuppetStrings::Yard.setup!
498+
require 'openvox-strings'
499+
require 'openvox-strings/yard'
500+
OpenvoxStrings::Yard.setup!
501501
YARD::Logger.instance.level = if YARD::Logger.const_defined?(:Severity)
502502
YARD::Logger::Severity::ERROR
503503
else

0 commit comments

Comments
 (0)