Skip to content

Commit

Permalink
Merge pull request moby#37379 from yui-knk/fix_add_command_doc
Browse files Browse the repository at this point in the history
Update documents of `dispatchAdd`
  • Loading branch information
thaJeztah authored Jul 3, 2018
2 parents b0e6eed + 9b37480 commit e54bbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/dockerfile/dispatchers.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func dispatchLabel(d dispatchRequest, c *instructions.LabelCommand) error {

// 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.
//
func dispatchAdd(d dispatchRequest, c *instructions.AddCommand) error {
Expand Down

0 comments on commit e54bbc0

Please sign in to comment.