mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Fix typo. (#11363)
This commit is contained in:
parent
3c7e043b2c
commit
5cf05e0242
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ any logging to be enabled.
|
|||
|
||||
### Debugging Plugins
|
||||
|
||||
Each packer plugin runs in a separate process and communicates with RCP over a
|
||||
Each packer plugin runs in a separate process and communicates with RPC over a
|
||||
socket therefore using a debugger will not work (be complicated at least).
|
||||
|
||||
But most of the Packer code is really simple and easy to follow with PACKER_LOG
|
||||
|
|
|
|||
Loading…
Reference in a new issue