diff options
| author | 2024-10-03 19:50:12 +0100 | |
|---|---|---|
| committer | 2024-10-03 22:06:39 +0100 | |
| commit | f726695b1a1d99b5c61ea09bd3a364103a08d7bf (patch) | |
| tree | e413a3b771da56fbb6516d02920c8061612c3d03 /config | |
| parent | Correct spelling in test cases (diff) | |
Update all references to /lang to /snekbin
Diffstat (limited to 'config')
| -rw-r--r-- | config/snekbox.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/snekbox.cfg b/config/snekbox.cfg index 33cd9e9..778f90e 100644 --- a/config/snekbox.cfg +++ b/config/snekbox.cfg @@ -81,8 +81,8 @@ mount { } mount { - src: "/lang" - dst: "/lang" + src: "/snekbin" + dst: "/snekbin" is_bind: true rw: false } |