diff --git a/prepareRelease.go b/prepareRelease.go index 7cca420..fc21d31 100644 --- a/prepareRelease.go +++ b/prepareRelease.go @@ -62,6 +62,7 @@ func rillPurge(repo *gitpb.Repo) error { } func rillRestore(repo *gitpb.Repo) error { + log.Info("go-mod-clean --smart", repo.GetGoPath()) if me.forge.Config.IsReadOnly(repo.GetGoPath()) { return nil }