Skip to content

Commit

Permalink
[chore] - format log msg (#1299)
Browse files Browse the repository at this point in the history
* format log msg.

* snake.

* lowercase repo.
  • Loading branch information
ahrav authored Apr 28, 2023
1 parent a2266b4 commit 6797268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sources/git/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ func (s *Git) ScanRepo(ctx context.Context, repo *git.Repository, repoPath strin
}

scanTime := time.Now().Unix() - start
ctx.Logger().V(1).Info("scanning git repo complete", "Repo", repoUrl, "path", repoPath, "time (seconds)", scanTime)
ctx.Logger().V(1).Info("scanning git repo complete", "repo", repoUrl, "path", repoPath, "time_seconds", scanTime)
return nil
}

Expand Down

0 comments on commit 6797268

Please sign in to comment.