mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 14:31:40 -04:00
4 lines
334 B
Plaintext
4 lines
334 B
Plaintext
Separate paths with a forward slash (`/`), especially when using relative paths in your configuration.
|
|
Windows uses backward slashes (`\`) to separate paths, but Packer only recognizes `/` as path
|
|
separators when it creates builds from any non-Windows system. Packer also treat backslashes as plain text, which could lead to errors.
|