Skip to content

Commit

Permalink
REVERT ME: trigger PR tests
Browse files Browse the repository at this point in the history
try to debug gh runners
  • Loading branch information
donoghuc committed May 13, 2024
1 parent c23ceee commit f2933e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/bolt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
require 'logging_extensions/logging'

module Bolt
# Trigger PR tests REVERT ME
require_relative 'bolt/executor'
end
2 changes: 1 addition & 1 deletion lib/bolt/error.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def self.unknown_task(task)
end

def self.unknown_plan(plan)
command = Bolt::Util.powershell? ? "Get-BoltPlan" : "bolt plan show"
command = Bolt::Util.powershell? ? "Get-BoltPlan" : "bolt plan show "
new(
"Could not find a plan named '#{plan}'. For a list of available plans, run '#{command}'.",
'bolt/unknown-plan'
Expand Down

0 comments on commit f2933e1

Please sign in to comment.