Skip to content

Commit

Permalink
Align with puppet-repl to puppet-debugger name change
Browse files Browse the repository at this point in the history
Change the value of puppet-repl-command to the name of the new executable
  • Loading branch information
rski authored and roidelapluie committed Feb 13, 2017
1 parent 3df623f commit 0cb83cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cb83cd

Please sign in to comment.