97c56347a1
This patch will allow to fix the following bug much faster: ``` 1 error(s) occurred: * Unknown configuration key: output_directory ``` Related configuration: ``` "output_directory ": "build/sl_base/", ``` After the patch, the error reporting will be: ``` 1 error(s) occurred: * Unknown configuration key: "output_directory¤" ``` |
||
---|---|---|
.. | ||
command | ||
json | ||
ssh | ||
uuid | ||
config.go | ||
config_test.go | ||
download.go | ||
download_test.go | ||
multistep_debug.go | ||
packer_config.go | ||
step_connect_ssh.go | ||
step_connect_ssh_test.go | ||
step_create_floppy.go | ||
step_create_floppy_test.go | ||
step_download.go | ||
step_download_test.go | ||
step_provision.go | ||
step_provision_test.go |