Skip to content

Commit f20c09f

Browse files
Update src/tools/atlasLocal/read/listDeployments.ts
Co-authored-by: Nikola Irinchev <[email protected]>
1 parent 596a783 commit f20c09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/atlasLocal/read/listDeployments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class ListDeploymentsTool extends AtlasLocalToolBase {
3838
});
3939

4040
return {
41-
content: formatUntrustedData("Deployments", JSON.stringify(deploymentsJson)),
41+
content: formatUntrustedData(`Found ${deployments.length} deployments`, JSON.stringify(deploymentsJson)),
4242
};
4343
}
4444
}

0 commit comments

Comments
 (0)