From 8ddbb791a12e7ad57d295a98c554e6c411b59b53 Mon Sep 17 00:00:00 2001 From: DanHam Date: Mon, 5 Aug 2019 13:47:41 +0100 Subject: [PATCH] Fix typo --- post-processor/shell-local/post-processor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-processor/shell-local/post-processor.go b/post-processor/shell-local/post-processor.go index 3d7131427..e23d31648 100644 --- a/post-processor/shell-local/post-processor.go +++ b/post-processor/shell-local/post-processor.go @@ -47,7 +47,7 @@ func (p *PostProcessor) PostProcess(ctx context.Context, ui packer.Ui, artifact } // Force shell-local pp to keep the input artifact, because otherwise we'll - // lose it instead of being able to pass it through. If oyu want to delete + // lose it instead of being able to pass it through. If you want to delete // the input artifact for a shell local pp, use the artifice pp to create a // new artifact return artifact, true, true, retErr