Update add.go

fix comment
This commit is contained in:
Cyrille Hemidy 2018-04-17 10:57:03 +02:00 committed by GitHub
parent 3cc63ee941
commit 6e5ed87633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ func (a *AddCommand) ExecuteCommand(config *manifest.Schema2Config) error {
// 1. Unpack them to the specified destination
// 2. Remove it as a source that needs to be copied over
// If any of the sources is a remote file URL:
// 1. Download and copy it to the specifed dest
// 1. Download and copy it to the specified dest
// 2. Remove it as a source that needs to be copied
for src, files := range srcMap {
for _, file := range files {