Skip to content

Commit

Permalink
Doc: add shell highlighting to markdown (devcontainers#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodcolburn authored Mar 9, 2023
1 parent 98e64cc commit 946841a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The following `scenarios.json` defines a single test scenario named `install_dot
The test command will build a container with the config above, and then look for a `.sh` test file with the same name. The test will pass if the container builds successfully and the `install_dotnet_and_oryx.sh` shell script exits will a successful exit code (0).

##### test/install_dotnet_and_oryx.sh
```
```shell
#!/bin/bash

set -e
Expand Down

0 comments on commit 946841a

Please sign in to comment.