From feaf1ddf8f7cb7eccb17ed420f7ab34a31d74849 Mon Sep 17 00:00:00 2001 From: Fabien Catteau Date: Wed, 12 Jun 2019 15:28:36 +0000 Subject: Fix markup in code example for SETUP_CMD --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9695d35..aca30b4 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3