Skip to content

Commit 4930ec5

Browse files
nickboldtl0rd
authored andcommitted
fix: typo - can't have spaces in ids of commands (CRW-3200)
Change-Id: I2ad6f7b7ba334b887fa34b5b46c952d4302b11d6 Signed-off-by: Nick Boldt <[email protected]>
1 parent f2085ec commit 4930ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/user-guide/partials/proc_adding-exec-commands-to-a-devfile.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ components:
3333
- name: GOCACHE
3434
value: /tmp/go-cache
3535
commands:
36-
- id: compile and run
36+
- id: compile-and-run
3737
exec:
3838
component: go-cli
3939
commandLine: "go get -d && go run main.go"

0 commit comments

Comments
 (0)