Skip to content

Commit 117068f

Browse files
resolve: comments on PR
Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>
1 parent b023d21 commit 117068f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/agent-provisioning/src/agent-provisioning.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ export class AgentProvisioningService {
5757
let agentEndPoint;
5858

5959
if (agentEndPointExists) {
60-
this.logger.log('Both files exist');
60+
this.logger.log('Agent endpoint file exists');
6161
agentEndPoint = await fs.readFileSync(agentEndpointPath, 'utf8');
6262
// Proceed with accessing the files if needed
6363
} else {
64-
this.logger.log('One or both files do not exist');
64+
this.logger.log('Agent endpoint file does not exist');
6565
throw new NotFoundException(`${agentEndpointPath} file do not exist `);
6666
}
6767

0 commit comments

Comments
 (0)