diff --git a/builder/parallels/iso/step_http_server.go b/builder/parallels/iso/step_http_server.go index 24da8dd9d..3d86139e3 100644 --- a/builder/parallels/iso/step_http_server.go +++ b/builder/parallels/iso/step_http_server.go @@ -10,8 +10,9 @@ import ( "net/http" ) -// This step creates and runs the HTTP server that is serving the files -// specified by the 'http_files` configuration parameter in the template. +// This step creates and runs the HTTP server that is serving files from the +// directory specified by the 'http_directory` configuration parameter in the +// template. // // Uses: // config *config diff --git a/builder/qemu/step_http_server.go b/builder/qemu/step_http_server.go index 08a4bd7fa..831253853 100644 --- a/builder/qemu/step_http_server.go +++ b/builder/qemu/step_http_server.go @@ -10,8 +10,9 @@ import ( "net/http" ) -// This step creates and runs the HTTP server that is serving the files -// specified by the 'http_files` configuration parameter in the template. +// This step creates and runs the HTTP server that is serving files from the +// directory specified by the 'http_directory` configuration parameter in the +// template. // // Uses: // config *config diff --git a/builder/virtualbox/iso/step_http_server.go b/builder/virtualbox/iso/step_http_server.go index 24da8dd9d..3d86139e3 100644 --- a/builder/virtualbox/iso/step_http_server.go +++ b/builder/virtualbox/iso/step_http_server.go @@ -10,8 +10,9 @@ import ( "net/http" ) -// This step creates and runs the HTTP server that is serving the files -// specified by the 'http_files` configuration parameter in the template. +// This step creates and runs the HTTP server that is serving files from the +// directory specified by the 'http_directory` configuration parameter in the +// template. // // Uses: // config *config diff --git a/builder/vmware/iso/step_http_server.go b/builder/vmware/iso/step_http_server.go index 24da8dd9d..3d86139e3 100644 --- a/builder/vmware/iso/step_http_server.go +++ b/builder/vmware/iso/step_http_server.go @@ -10,8 +10,9 @@ import ( "net/http" ) -// This step creates and runs the HTTP server that is serving the files -// specified by the 'http_files` configuration parameter in the template. +// This step creates and runs the HTTP server that is serving files from the +// directory specified by the 'http_directory` configuration parameter in the +// template. // // Uses: // config *config