Error when submitting F# Hello World solution

Hello,
I get an error when I try to submit my solution. Here are the details.

This is the error I get

exercism/fsharp/hello-world via .NET v8.0.100 šŸŽÆ net8.0
āÆ exercism submit HelloWorld.fs
Error: not in workspace: directory location may be case sensitive: workspace directory: /Users/myusername/Exercism, submit path: /Users/myusername/exercism/fsharp/hello-world/HelloWorld.fs

Output from exercism troubleshoot

Troubleshooting Information

Version

Current: 3.2.0
Latest: 3.2.0

Operating System

OS: darwin
Architecture: amd64

Configuration

Home: /Users/myusername
Workspace: /Users/myusername/Exercism
Config: /Users/myusername/.config/exercism
API key: 0c63*****************************999

API Reachability

GitHub:

Exercism:

Thank you.

Your workspace directory is /Users/myusername/Exercism.

You are working on code in /Users/myusername/exercism.

These paths are different. The tool expects you to work in the workspace directory. If the latter directory is correct, you can use exercism config to update the workspace directory.

Thank you so much. That worked. I never had this issue with my previous submissions (most recent one being about 2 years ago or more).

Iā€™m having the same problemā€¦ ā€œError: not in workspace: directory location may be case sensitive:ā€

Iā€™m assuming itā€™s also due to the ā€˜workspace directoryā€™ being a capital ā€œEā€ in Exercism.

Hereā€™s the output from exercism troubleshoot:

Version

Current: 3.5.4
Latest: 3.5.4

Operating System

OS: darwin
Architecture: amd64

Configuration

Home: /Users/myusername
Workspace: /Users/myusername/Exercism
Config: /Users/myusername/.config/exercism
API key: bf55*****************************4f4

API Reachability

GitHub:
*
* [connected]
* 87.803724ms

Exercism:
*
* [connected]
* 412.205888ms

Running exercism config gives me: Error: unknown command ā€œconfigā€ for ā€œexercismā€

Did you mean this?
configure

exercism configure gives me:

Config dir: /Users/myusername/.config/exercism
Token: (-t, --token) *****************************
Workspace: (-w, --workspace) /Users/myusername/Exercism
API Base URL: (-a, --api) https://api.exercism.org/v1

So I guess I donā€™t know how to change the ā€˜Workspaceā€™ to use the lower case ā€˜eā€™.

I just renamed the main Exercism directory to the lower case e, but that doesnā€™t do it. So is there some way to change the ā€˜Workspace directoryā€™, which I donā€™t even really know what that is referring toā€¦

Thank you! Fun stuff here.

Okay NVM, I figured it outā€¦ In case this helps anyone as slow as myself, the following worked for me:

I ran in terminal:

exercism configure -w /Users/myusername/exercism

*the ā€˜-wā€™ being the ā€˜flagā€™ for configuring the ā€˜Workspaceā€™ I guess. And it takes an argument, being the new updated directory name, with the lower case ā€˜eā€™.