Skip to content

Commit 2a0de32

Browse files
Update src/posts.rs
Co-Authored-By: Pietro Albini <[email protected]>
1 parent bf3eb91 commit 2a0de32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/posts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ impl Post {
102102

103103
// Enforce extra conditions
104104
if manifest.requires_team && team_string.is_none() {
105-
panic!("blog post at path `{}` lacks team/team_url metadata", path.display());
105+
panic!("blog post at path `{}` lacks team metadata", path.display());
106106
}
107107

108108
// If they supplied team, it should look like `team-text <team-url>`

0 commit comments

Comments
 (0)