Skip to content

Commit

Permalink
Update debug log message as per PR ask
Browse files Browse the repository at this point in the history
Signed-off-by: Gyorgy Nadaban <gyorgy.nadaban@gmail.com>
  • Loading branch information
gnadaban committed Jun 18, 2024
1 parent bdb3d1f commit 065a95f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/argocd/revision.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ func GetDesiredRevisionFromSource(
}
}
case s.RepoURL != "":
// This source points to a Git repository.
sourceLogger.Debug("Application source is a Helm chart, without a chart name", "repoURL", s.RepoURL, "path", s.Path)
// This source points to a directory in a Git repository.
sourceLogger.Debug("Application source is a Git repository", "repoURL", s.RepoURL, "path", s.Path)
sourceGitRepoURL := git.NormalizeURL(s.RepoURL)
for _, commit := range freight.Commits {
if git.NormalizeURL(commit.RepoURL) != sourceGitRepoURL {
Expand Down

0 comments on commit 065a95f

Please sign in to comment.