sync: Fix misleading message when the value of `--exercise` lacks canonical data
Open
cmd: sync
- Dominant language
- Nim
- Stars
- 23
- Forks
- 17
- Avg merge
- 13h 57m
- Merged PRs (30d)
- 1
Description
### Example
Give `--exercise` an exercise that doesn't have canonical data:
```
configlet sync --exercise robot-name --tests
```
### Current behaviour
The program outputs:
```
Checking exercises...
The `robot-name` exercise has up-to-date tests!
```
### Expected behaviour
We could show something like:
```
Warning: exercise 'robot-name' does not have canonical test data.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.