Skip to content

Commit

Permalink
chore(gnodev): fix typo (gnolang#2341)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehowl authored Jun 13, 2024
1 parent cbd0725 commit 6ec4bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contribs/gnodev/pkg/dev/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func (n *Node) updatePackages(paths ...string) error {
pkgsUpdated += len(pkgslist)
}

n.logger.Info(fmt.Sprintf("updated %d pacakges", pkgsUpdated))
n.logger.Info(fmt.Sprintf("updated %d packages", pkgsUpdated))
return nil
}

Expand Down

0 comments on commit 6ec4bb8

Please sign in to comment.