Skip to content

Commit

Permalink
Merge pull request #1405 from kaytu-io/fix-steampipe-upgrade
Browse files Browse the repository at this point in the history
fix: add logs for migrator
  • Loading branch information
artaasadi authored Aug 1, 2024
2 parents d088c51 + d22caaa commit ae52767
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/migrator/job/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ func GitClone(conf config.MigratorConfig, logger *zap.Logger) (string, error) {
}
refs = append(refs, ref.Hash().String())

logger.Info("using git repo for enrichmentor", zap.String("url", gitConfig.ControlEnrichmentGitURL))

os.RemoveAll(config.ControlEnrichmentGitPath)
res, err = git.PlainClone(config.ControlEnrichmentGitPath, false, &git.CloneOptions{
Auth: &gitAuth,
Expand Down

0 comments on commit ae52767

Please sign in to comment.