Skip to content

Commit

Permalink
Clarify error message action needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Anderson committed Apr 29, 2020
1 parent 37d40c9 commit 883348b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/site/index_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func TestHugoBundles(t *testing.T) {
return nil
}
}
return fmt.Errorf("README.md missing bundle in %q: %w", path, err)
return fmt.Errorf("README.md missing bundle (you need an 'index.md' or '_index.md')in %q", path)
})

if err != nil {
Expand Down

0 comments on commit 883348b

Please sign in to comment.