Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -1845,7 +1845,7 @@ all previous `SHELL` instructions, and affects all subsequent instructions. For
RUN Write-Host hello

# Executed as cmd /S /C echo hello
SHELL ["cmd", "/S"", "/C"]
SHELL ["cmd", "/S", "/C"]
RUN echo hello

The following instructions can be affected by the `SHELL` instruction when the
Expand Down