Skip to content

Commit

Permalink
Merge branch 'issue-16' of github.com:ycechungAI/kimchi-ssg into issu…
Browse files Browse the repository at this point in the history
…e-16

make changes
  • Loading branch information
ycechungAI committed Oct 8, 2021
2 parents 117708a + e59902e commit 2e8ddd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kimchi-ssg/helpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ public static void parseJSON(string jsonstring, string extension, string pout)
{
if (dict.ContainsKey("output"))
{
strToFile(builtString[1], builtString[3]);
strToFile(builtString[1], dict["output"]);
pout = dict["output"];
}
else
{
Expand Down

0 comments on commit 2e8ddd9

Please sign in to comment.