diff options
| author | Fabien Catteau <fcatteau@gitlab.com> | 2019-06-12 15:28:36 +0000 |
|---|---|---|
| committer | Olivier Gonzalez <ogonzalez@gitlab.com> | 2019-06-12 15:28:36 +0000 |
| commit | feaf1ddf8f7cb7eccb17ed420f7ab34a31d74849 (patch) | |
| tree | 4102e8c64989b2e5bbc5705dc8f6c7b59a17a608 | |
| parent | ef3c89d3b1cfa7261286b01cdc235838c64b57a4 (diff) | |
Fix markup in code example for SETUP_CMD
| -rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -65,13 +65,13 @@ The following table shows which languages and package managers are supported. Inject `SETUP_CMD` to the docker command to override the given package managers and run your custom command to setup your environment with a custom package manager. - ```sh - docker run \ - --volume "$PWD":/code \ - --env "SETUP_CMD=./my-custom-install-script.sh" \ - --rm \ - registry.gitlab.com/gitlab-org/security-products/license-management:latest analyze /code - ``` +```sh +docker run \ + --volume "$PWD":/code \ + --env "SETUP_CMD=./my-custom-install-script.sh" \ + --rm \ + registry.gitlab.com/gitlab-org/security-products/license-management:latest analyze /code +``` ## Settings |
