Skip to content

Commit

Permalink
Merge pull request #1406 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 ae52767 + 16a5ece commit 1267c5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/migrator/job/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func GitClone(conf config.MigratorConfig, logger *zap.Logger) (string, error) {
} else if err != nil {
logger.Error("failed to get analytics git url from metadata", zap.Error(err))
}
gitConfig.AnalyticsGitURL = "https://github.com/kaytu-io/configz-deprecated"

logger.Info("using git repo", zap.String("url", gitConfig.AnalyticsGitURL))

Expand Down

0 comments on commit 1267c5f

Please sign in to comment.