Skip to content

Commit

Permalink
Change file description to a paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdeichert committed Dec 29, 2020
1 parent 9e13d64 commit 29530c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maskfile.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tasks

> Development tasks for mask
Development tasks for mask.



Expand Down
2 changes: 1 addition & 1 deletion src/loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mod read_maskfile {
let contents = maskfile.unwrap();

// Basic test to make sure the maskfile.md contents are at least right
let expected_root_description = "> Development tasks for mask";
let expected_root_description = "Development tasks for mask.";
assert!(
contents.contains(expected_root_description),
"description wasn't found in maskfile contents"
Expand Down

0 comments on commit 29530c5

Please sign in to comment.