-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add info about order of arguments when customising the Windows config #837
Conversation
Hm, the argument isn't positional though, so I think there's a different underlying issue here. What were the custom arguments passed that caused the issue? |
@clayton-cornell I'm not able to reproduce an issue where the ordering matters here. Swapping the order worked for me: I suspect the underlying issue here was not ensuring each argument was placed on its own line in the Edit Multi-String box. Maybe we can document that as a requirement instead? |
…#837) (#846) * Add info to step 4 about order of arguments * Update advice about arguments (cherry picked from commit 3ad652a) Co-authored-by: Clayton Cornell <[email protected]>
…#837) (#847) * Add info to step 4 about order of arguments * Update advice about arguments (cherry picked from commit 3ad652a) Co-authored-by: Clayton Cornell <[email protected]>
PR Description
Add info about order of arguments when customising the Windows config.
If the storage.path argument is not last in the set of custom arguments, you will get the following error:
Which issue(s) this PR fixes
Notes to the Reviewer
PR Checklist