cmd/wasmcloud-executor: move cid to only be in the logbundle

This commit is contained in:
Cadey Ratio 2019-12-11 18:12:39 +00:00
parent 6a58dcc581
commit d1a5923c37
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ func waitForNewWASM(ctx context.Context, wg *sync.WaitGroup, sh *shell.Shell, nc
}
arc := txtar.Archive{
Comment: []byte(fmt.Sprintf("%s: execution of %s (%s) at %s", er.UUID, er.Name, er.WASMCID, result.StartTime.Format(time.RFC3339))),
Comment: []byte(fmt.Sprintf("%s: execution of %s at %s", er.UUID, er.Name, result.StartTime.Format(time.RFC3339))),
Files: []txtar.File{
{
Name: "logs.txt",