Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adaam2 committed Nov 22, 2024
1 parent ac73c12 commit 98ea373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/remote/sources.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type RecentGeneration struct {
GitRepoOrg string
GitRepo string

// gen.yaml - uses GenerateConfigPostRaw (e.g state of the config post-last-generation)
// gen.yaml
GenerateConfig *string
}

Expand Down Expand Up @@ -92,7 +92,7 @@ func GetRecentWorkspaceGenerations(ctx context.Context) ([]RecentGeneration, err
GitRepo: *event.GitRemoteDefaultRepo,
SourceNamespace: *event.SourceNamespaceName,
SourceRevisionDigest: *event.SourceRevisionDigest,
GenerateConfig: event.GenerateConfigPostRaw,
GenerateConfig: event.GenerateConfigPreRaw,
Success: event.Success,
})

Expand Down

0 comments on commit 98ea373

Please sign in to comment.