Skip to content

Commit

Permalink
Fix typo in documentation for simple development sandbox
Browse files Browse the repository at this point in the history
Fix a typo in the documentation for simple development sandbox.
  • Loading branch information
skoranda committed Apr 8, 2020
1 parent 3bdadaa commit 106706f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/simple-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 106706f

Please sign in to comment.