From d453008ac604b6ea685f68d44868d44207e4c12e Mon Sep 17 00:00:00 2001 From: lcappelli <laura.cappelli@cnaf.infn.it> Date: Wed, 27 Apr 2022 13:15:52 +0000 Subject: [PATCH] Fix typo in the .devcontainer README --- .devcontainer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/README.md b/.devcontainer/README.md index 4639bf7..e135ecb 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -1,6 +1,6 @@ This folder contains the environment definition as a Docker image for the development of openresty-voms. It can be used as Dev Container in Visual Studio Code. -The *assets* folder contains all the scripts needed for the build of the Dockerfile and for the definition of the: +The *assets* folder contains all the scripts needed for the build of the Dockerfile and for the definition of the environment: * *setup.sh* installs the packages for the development * *provide-user.sh* creates the DEV user * *build-install-openresty.sh* configures, builds and installs openresty as a check to see if everything is ok -- GitLab