Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarkauskas committed Oct 2, 2023
1 parent 6175e14 commit 3a5c17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/OpenEdgeJsonReaded.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function parseOEFile(fileContent: string) {
id: "local" + num,
label: name,
name: pfConfig.name,
description: "from openedge-build.json",
description: "from openedge-project.json",
host: pfConfig.host,
port: pfConfig.port,
user: pfConfig.user,
Expand Down

0 comments on commit 3a5c17e

Please sign in to comment.