Skip to content

Commit

Permalink
chore: fixed typo on ancestralHash (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasrodriguez committed Jan 20, 2022
1 parent 44b04f1 commit bf982c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/internal/run/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

1 comment on commit bf982c0

@vercel
Copy link

@vercel vercel bot commented on bf982c0 Jan 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.