pantograph/lib/pantograph/runner.rb in pantograph-0.1.20 vs pantograph/lib/pantograph/runner.rb in pantograph-0.1.21

- old
+ new

@@ -169,11 +169,11 @@ UI.verbose(caller.join("\n")) UI.user_error!("The action '#{method_sym}' is no longer bundled with pantograph. You can install it using `pantograph add_plugin #{method_sym}`") else # So there is no plugin under that name, so just show the error message generated by the lane switch UI.verbose(caller.join("\n")) - UI.user_error!("Could not find action, lane or variable '#{method_sym}'. Check out the documentation for more details: https://johnknapprs.github.io/pantograph/actions") + UI.user_error!("Could not find action, lane or variable '#{method_sym}'. Check out the documentation for more details: https://urbanquakers.github.io/pantograph/actions") end end # # All the methods that are usually called on execution @@ -270,10 +270,10 @@ raise e end end def action_completed(action_name, status: nil, exception: nil) - # https://github.com/johnknapprs/pantograph/issues/11913 + # https://github.com/urbanquakers/pantograph/issues/11913 # if exception.nil? || exception.pantograph_should_report_metrics? # action_completion_context = PantographCore::ActionCompletionContext.context_for_action_name(action_name, args: ARGV, status: status) # PantographCore.session.action_completed(completion_context: action_completion_context) # end end