Skip to content

Commit 1aaef7e

Browse files
authored
CHE-5452: Normilize agent names (eclipse-che#5479)
1 parent 6ea41f4 commit 1aaef7e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

agents/exec/src/main/resources/org.eclipse.che.exec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "org.eclipse.che.exec",
3-
"name": "Exec-agent",
3+
"name": "Exec",
44
"description": "Agent for command execution",
55
"dependencies": [],
66
"properties": {},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"id": "org.eclipse.che.git-credentials",
3-
"name": "Git-Credentials-Agent",
3+
"name": "Git credentials",
44
"description": "Agent fetches SSH keys, Git username and email from CHE user preferences, and injects to console Git"
55
}

agents/unison/src/main/resources/org.eclipse.che.unison.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "org.eclipse.che.unison",
3-
"name": "File Sync",
3+
"name": "File sync",
44
"description": "Unison File Synchronizer",
55
"dependencies": [],
66
"properties": {}

0 commit comments

Comments
 (0)