This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new bbbe8578 Fix typo in `DOCKER.md` (#232)
bbbe8578 is described below
commit bbbe8578757a168235fab29efbf9717d02d9a56e
Author: John Bampton <[email protected]>
AuthorDate: Sat Aug 3 22:56:03 2024 +1000
Fix typo in `DOCKER.md` (#232)
---
DOCKER.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/DOCKER.md b/DOCKER.md
index 316a0763..fa694c42 100644
--- a/DOCKER.md
+++ b/DOCKER.md
@@ -142,7 +142,7 @@ If a developer needs such access, they should use a local
SVN repository.
Using a local SVN repository
----------------------------
Create a directory called REPO (must agree with docker-config/whimsy.conf)
under the whimsy parent directory
-(i.e. alonside the gems/ directory)
+(i.e. alongside the gems/ directory)
Set up 3 local SVN repositories under the REPO directory using `svnadmin
create` with the names: asf, private, infra
Under each of these, create the directories and files you need.