From f5c58c8e837eb77f84fcf5d5637733bec21b7d1b Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 29 Jan 2020 01:49:50 -0800 Subject: [PATCH] fix rcp --> rpc typo (#8665) --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 754687e74..33f9c3f64 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -308,7 +308,7 @@ credentials are missing, so those are not documented here. #### 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 via 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