Skip to content

Commit

Permalink
make add repo logs notice
Browse files Browse the repository at this point in the history
  • Loading branch information
femnad committed Dec 16, 2023
1 parent 9d71d1d commit c227952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/osrepo.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func addRepos(config base.Config) error {
continue
}

internal.Log.Debugf("Adding repo %s", repo.Name())
internal.Log.Noticef("Adding repo %s", repo.Name())

err := repo.Install()
if err == nil && repo.UpdateCmd() != "" {
Expand Down

0 comments on commit c227952

Please sign in to comment.