From 0cb83cdede129311a6a9f5f42a29e5be23b00d25 Mon Sep 17 00:00:00 2001 From: Romanos Skiadas Date: Fri, 10 Feb 2017 22:15:51 +0200 Subject: [PATCH] Align with puppet-repl to puppet-debugger name change Change the value of puppet-repl-command to the name of the new executable --- puppet-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-mode.el b/puppet-mode.el index d51026e..ce0d5a0 100644 --- a/puppet-mode.el +++ b/puppet-mode.el @@ -168,7 +168,7 @@ buffer-local wherever it is set." :group 'puppet :package-version '(puppet-mode . "0.3")) -(defcustom puppet-repl-command "prepl" +(defcustom puppet-repl-command "pdb" "The Puppet REPL command used to interact with code." :type 'string :group 'puppet