From 106706fb5b8dea7259888808c718f5fdca5b4884 Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Wed, 8 Apr 2020 11:10:39 -0500 Subject: [PATCH] Fix typo in documentation for simple development sandbox Fix a typo in the documentation for simple development sandbox. --- docs/simple-development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/simple-development.md b/docs/simple-development.md index a648ed1..1656d76 100644 --- a/docs/simple-development.md +++ b/docs/simple-development.md @@ -151,7 +151,7 @@ To add more test users begin by copying the default basic authentication file from a running container to your file system, for example ``` -docker cp comanage-registry:/etc/apache2/basic-auth basic-auth +docker cp comanage-registry:/etc/apache2/basic-auth ./basic-auth ``` Move that file to somewhere on your filesystem where you can use it as another @@ -207,7 +207,7 @@ To mock up an environment variable begin by copying the default Apache configuration file from a running container to your file system, for example ``` -docker cp comanage-registry:/etc/apache2/sites-available/000-comanage.conf +docker cp comanage-registry:/etc/apache2/sites-available/000-comanage.conf ./000-comanage.conf ``` Move that file to somewhere on your filesystem where you can use it as another