From f2933e18a49b0066f9e4ffcbc6b2470aa67f4a2c Mon Sep 17 00:00:00 2001 From: donoghuc Date: Mon, 13 May 2024 12:53:09 -0700 Subject: [PATCH] REVERT ME: trigger PR tests try to debug gh runners --- lib/bolt.rb | 1 + lib/bolt/error.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/bolt.rb b/lib/bolt.rb index e3c01fc898..1dd91d0e2e 100644 --- a/lib/bolt.rb +++ b/lib/bolt.rb @@ -4,5 +4,6 @@ require 'logging_extensions/logging' module Bolt + # Trigger PR tests REVERT ME require_relative 'bolt/executor' end diff --git a/lib/bolt/error.rb b/lib/bolt/error.rb index 374121126e..ce390e17e6 100644 --- a/lib/bolt/error.rb +++ b/lib/bolt/error.rb @@ -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'