summaryrefslogtreecommitdiff
path: root/src/info_file.rs
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-08-20 13:54:20 +0200
committermo8it <mo8it@proton.me>2024-08-20 13:54:20 +0200
commit5b7368c46d9369a58075000b03be7f171f230f5c (patch)
tree633f0bf73b711d6ac426b14b73d61976919b943c /src/info_file.rs
parent27999f2d2678607538d887032e38774a35d438b8 (diff)
Improve error message if no exercise exists
Diffstat (limited to 'src/info_file.rs')
-rw-r--r--src/info_file.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/info_file.rs b/src/info_file.rs
index f27d018..d4e4611 100644
--- a/src/info_file.rs
+++ b/src/info_file.rs
@@ -135,4 +135,4 @@ impl InfoFile {
}
const NO_EXERCISES_ERR: &str = "There are no exercises yet!
-If you are developing third-party exercises, add at least one exercise before testing.";
+Add at least one exercise before testing.";