Skip to content

Commit

Permalink
Fix package update printing
Browse files Browse the repository at this point in the history
  • Loading branch information
kajogo777 committed Dec 21, 2022
1 parent 9beb931 commit b43a284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func Update(configDir string) error {
return err
}

log.Infof("Downloading %s @ %s\n", pkg, hash)
log.Infof("Downloading %s @ %s", pkg, hash)

w, err := repo.Worktree()
if err != nil {
Expand Down

0 comments on commit b43a284

Please sign in to comment.