Skip to content

Commit 9a0013f

Browse files
rename function
1 parent 87c9460 commit 9a0013f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/wrapper/CxWrapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ export class CxWrapper {
275275
return await exec.executeCommands(this.config.pathToExecutable, commands, CxConstants.PROJECT_TYPE);
276276
}
277277

278-
async environmentsList(filters: string): Promise<CxCommandOutput> {
278+
async dastEnvironmentsList(filters: string): Promise<CxCommandOutput> {
279279
const validated_filters = this.filterArguments(filters);
280280
const commands: string[] = ([CxConstants.CMD_DAST_ENVIRONMENTS, CxConstants.SUB_CMD_LIST] as string[]).concat(
281281
validated_filters

0 commit comments

Comments
 (0)