fix: double slash in storage profile path

pull/3281/head
yougotwill 3 months ago
parent 8912e567d0
commit fb36e1b3c7

@ -266,7 +266,7 @@ For example, to create an 'alice' profile locally, put a file called `local-alic
}
```
This will then set the `userData` directory to `[PROFILE_PATH]//Session-alice-profile` when running the `alice` instance.
This will then set the `userData` directory to `[PROFILE_PATH]/Session-alice-profile` when running the `alice` instance.
# Making changes

Loading…
Cancel
Save