From b4730717d0beee2178d04b3d902195b15da86edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Rodr=C3=ADguez?= Date: Thu, 20 Jan 2022 18:51:44 -0300 Subject: [PATCH] chore: fixed typo on ancestralHash --- cli/internal/run/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/internal/run/run.go b/cli/internal/run/run.go index 6cc51806d4c3a..94370e6b4988b 100644 --- a/cli/internal/run/run.go +++ b/cli/internal/run/run.go @@ -310,7 +310,7 @@ func (c *RunCommand) Run(args []string) int { if err != nil { log.Printf("[ERROR] %v: error computing combined hash", pack.Name) } - c.Config.Logger.Debug(fmt.Sprintf("%v: package anscestralHash", pack.Name), "hash", ancestralHashes) + c.Config.Logger.Debug(fmt.Sprintf("%v: package ancestralHash", pack.Name), "hash", ancestralHashes) c.Config.Logger.Debug(fmt.Sprintf("%v: package hash", pack.Name), "hash", pack.Hash) }