Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Commit

Permalink
test(*): fix skeptic build script
Browse files Browse the repository at this point in the history
  • Loading branch information
srijs committed Sep 4, 2018
1 parent 7938a8d commit f310bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_lambda/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use skeptic::*;

fn main() {
let mut files = markdown_files_of_directory("../docs/");
files.push("../README.md");
files.push("../README.md".into());

generate_doc_tests(&files);
}

0 comments on commit f310bce

Please sign in to comment.