Skip to content

Commit dd41810

Browse files
maysunfaisalelsony
authored andcommitted
Fix devfile format
1 parent 1ff9240 commit dd41810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ starterProjects:
1616
remotes:
1717
origin: "https://github.com/odo-devfiles/springboot-ex.git"
1818
components:
19-
- name: buildguidance
19+
- name: buildguidance
2020
attributes:
2121
tool: console-import
2222
container:
@@ -60,4 +60,4 @@ commands:
6060
commandLine: "java -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=${DEBUG_PORT},suspend=n -jar target/*.jar"
6161
group:
6262
kind: debug
63-
isDefault: true
63+
isDefault: true

0 commit comments

Comments
 (0)