Skip to content

Commit

Permalink
Merge pull request #411 from BalticAmadeus/405-fix-description-naming…
Browse files Browse the repository at this point in the history
…-from-openedge-buildjson-to-openedge-projectjson

fix description
  • Loading branch information
PauliusKu authored Oct 2, 2023
2 parents 6175e14 + 3a5c17e commit 30efb0a
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 30efb0a

Please sign in to comment.