Skip to content

Commit 7008ad2

Browse files
Small comment fix: workspaces --> collections (#4093)
Looks like this was a copy paste error
1 parent a4838d4 commit 7008ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sources/postman/postman.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ func (s *Source) Chunks(ctx context.Context, chunksChan chan *sources.Chunk, _ .
149149
s.scanVariableData(ctx, chunksChan, Metadata{EnvironmentID: env.ID, EnvironmentName: env.Name, fromLocal: true, Link: envPath, LocationType: source_metadatapb.PostmanLocationType_ENVIRONMENT_VARIABLE}, env)
150150
}
151151

152-
// Scan local workspaces
152+
// Scan local collections
153153
for _, collectionPath := range s.conn.CollectionPaths {
154154
collection := Collection{}
155155
contents, err := os.ReadFile(collectionPath)

0 commit comments

Comments
 (0)