Structure of exercise in github doesn't match what's downloaded

This is what’s in github:


and this is what the exercism.exe downloaded (which is an earlier version layout):
image

How do I get the new layout to “register”?

Do you need exercism download --force? Or to clean up the old files?

» exercism download --exercise=triangle --track=8th
» ls -1
HELP.md
README.md
test.8th
test-words.8th
triangle.8th
triangle-tests.8th

Weird. I deleted the folder and redownloaded and got the old layout.

If the exercise was updated after the initial download, it might be flagged as “out of date” and require you “update” the exercise to the latest version.