Skip to content

Commit

Permalink
Fix typo in src/sphinx/formats/docker.rst (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasonchan authored and muuki88 committed Jan 8, 2018
1 parent ff5f5cb commit ae70fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sphinx/formats/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Now let's start adding some Docker commands.
dockerCommands := Seq(
Cmd("FROM", "openjdk:latest"),
Cmd("LABEL", s"""MAINTAINER="${maintainer.value}"""")
Cmd("LABEL", s"""MAINTAINER="${maintainer.value}""""),
ExecCmd("CMD", "echo", "Hello, World from Docker")
)
Expand Down

0 comments on commit ae70fa5

Please sign in to comment.