Unverified Commit 485e4ba5 authored by Joseph Stachelek's avatar Joseph Stachelek Committed by GitHub
Browse files

missing comma in boilerplate generation

parent feb54baf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ BOILERPLATE = (
    'AUTHORS',
    'CITATION',
    'CONTRIBUTING.md',
    'README.md'
    'README.md',
    '_config.yml',
    '_episodes/01-introduction.md',
    '_extras/about.md',