From 548a0376ff043c6022d6fd5e36ee36fb660948c7 Mon Sep 17 00:00:00 2001 From: Bart Dorlandt Date: Sat, 7 Jun 2025 15:17:50 +0200 Subject: [PATCH] Fix typo --- website/content/docs/provisioners/file.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/provisioners/file.mdx b/website/content/docs/provisioners/file.mdx index 4e9d96e68..5918b1273 100644 --- a/website/content/docs/provisioners/file.mdx +++ b/website/content/docs/provisioners/file.mdx @@ -12,8 +12,8 @@ page_title: file provisioner reference The `file` Packer provisioner uploads files to machines built by Packer. We recommend implementing the following workflow: -1. Use the `file` provisionerto upload files -1. Use the [`shell` provisioner](/packer/docs/provisioners/shell) to move the files imto the proper place, set permissions, and perform other tasks. +1. Use the `file` provisioner to upload files +1. Use the [`shell` provisioner](/packer/docs/provisioners/shell) to move the files into the proper place, set permissions, and perform other tasks. You can only upload files to locations that the provisioning user (generally not root) has permission to access. Creating files in /tmp and