Skip to content

Commit

Permalink
Update assembly.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jhornik authored Feb 25, 2019
1 parent dfd979c commit d3b997b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/assembly.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func assembly(source, target, platform string, getWd func() (string, error)) err
// Generate meta artifacts
err = artifacts.ExecuteGenMeta(source, target, dir.Dep, platform, false, getWd)
if err != nil {
return errors.Wrap(err, "assembly of the MTA project failed when generating the meta info")
return errors.Wrap(err, "assembly of the MTA project failed when generating the meta information")
}
// generate mtar
err = artifacts.ExecuteGenMtar(source, target, dir.Dep, getWd)
Expand Down

0 comments on commit d3b997b

Please sign in to comment.