Skip to content

Commit c127bf4

Browse files
Update context.go
Co-authored-by: Sarah Vessels <[email protected]>
1 parent e2970ef commit c127bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/generate/context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func loadContextFromFile(filePath string) (*PromptPexContext, error) {
8282
return &context, nil
8383
}
8484

85-
// saveContext saves the context to the session file
85+
// SaveContext saves the context to the session file
8686
func (h *generateCommandHandler) SaveContext(context *PromptPexContext) error {
8787
if h.sessionFile == nil || *h.sessionFile == "" {
8888
return nil // No session file specified, skip saving

0 commit comments

Comments
 (0)