Skip to content

Commit 551f37d

Browse files
committed
specs-go/v1: fix Entrypoint
Signed-off-by: Antonio Murdaca <[email protected]>
1 parent ca9bb8e commit 551f37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs-go/v1/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ type ImageConfig struct {
3535
Env []string `json:"Env"`
3636

3737
// Entrypoint defines a list of arguments to use as the command to execute when the container starts.
38-
EntryPoint []string `json:"EntryPoint"`
38+
Entrypoint []string `json:"Entrypoint"`
3939

4040
// Cmd defines the default arguments to the entrypoint of the container.
4141
Cmd []string `json:"Cmd"`

0 commit comments

Comments
 (0)