Closed jseppi closed 6 years ago
The root problem is in the run_task
method, which shells out with the custom config as a command-line flag argument. A single quote in a custom config is thus essentially on the command line, which is why a bash error is thrown.
Very strange bug, but it seems like if you have a custom config that has a comment that has an apostrophe in it, like
Then the jekyll build will fail. Currently unsure why it fails on the apostrophe given that it is in a commented line.