Browse Source

Merge pull request #37379 from yui-knk/fix_add_command_doc

Update documents of `dispatchAdd`
Sebastiaan van Stijn 7 years ago
parent
commit
e54bbc0326
1 changed files with 1 additions and 1 deletions
  1. 1 1
      builder/dockerfile/dispatchers.go

+ 1 - 1
builder/dockerfile/dispatchers.go

@@ -89,7 +89,7 @@ func dispatchLabel(d dispatchRequest, c *instructions.LabelCommand) error {
 
 
 // ADD foo /path
 // ADD foo /path
 //
 //
-// Add the file 'foo' to '/path'. Tarball and Remote URL (git, http) handling
+// Add the file 'foo' to '/path'. Tarball and Remote URL (http, https) handling
 // exist here. If you do not wish to have this automatic handling, use COPY.
 // exist here. If you do not wish to have this automatic handling, use COPY.
 //
 //
 func dispatchAdd(d dispatchRequest, c *instructions.AddCommand) error {
 func dispatchAdd(d dispatchRequest, c *instructions.AddCommand) error {