Skip to content

Commit 1503551

Browse files
committed
Add missing comma in stacks.json
Signed-off-by: Mario Loriedo <mloriedo@redhat.com>
1 parent ef5ad9c commit 1503551

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ide/che-core-ide-stacks/src/main/resources/stacks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2275,7 +2275,7 @@
22752275
"memoryLimitBytes": "2147483648"
22762276
},
22772277
"agents": [
2278-
"org.eclipse.che.exec"
2278+
"org.eclipse.che.exec",
22792279
"org.eclipse.che.terminal",
22802280
"org.eclipse.che.ws-agent",
22812281
"org.eclipse.che.ssh"

0 commit comments

Comments
 (0)