From 6e5ed87633f02093f7058b09f4ac650426d04632 Mon Sep 17 00:00:00 2001 From: Cyrille Hemidy Date: Tue, 17 Apr 2018 10:57:03 +0200 Subject: [PATCH] Update add.go fix comment --- pkg/commands/add.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/commands/add.go b/pkg/commands/add.go index 7338e773c..1f417da48 100644 --- a/pkg/commands/add.go +++ b/pkg/commands/add.go @@ -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 {