Skip to content

Commit

Permalink
Fix the lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
a-palchikov committed Dec 11, 2024
1 parent f0b701b commit c7b622a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/solve.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type SolveOpt struct {
CacheImports []CacheOptionsEntry
Session []session.Attachable
AllowedEntitlements []entitlements.Entitlement
// When the session is custom-initalized, SetupExporters need to be used to correctly
// When the session is custom-initialized, SetupExporters need to be used to correctly
// set up the session for export.
SharedSession *session.Session // TODO: refactor to better session syncing
SessionPreInitialized bool // TODO: refactor to better session syncing
Expand Down

0 comments on commit c7b622a

Please sign in to comment.