From d1a5923c374f2a19cae86442c4fb4766887fd22a Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 11 Dec 2019 18:12:39 +0000 Subject: [PATCH] cmd/wasmcloud-executor: move cid to only be in the logbundle --- cmd/wasmcloud-executor/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/wasmcloud-executor/main.go b/cmd/wasmcloud-executor/main.go index b0339fe..3942d12 100644 --- a/cmd/wasmcloud-executor/main.go +++ b/cmd/wasmcloud-executor/main.go @@ -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",