Skip to content

Commit

Permalink
Merge pull request #26 from shoo/fix_issue25
Browse files Browse the repository at this point in the history
Fix #25 - The destination of GENDOC_DD_DIR is wrong
  • Loading branch information
shoo authored Apr 25, 2021
2 parents c31e66d + 283eabf commit 6c55660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/gendoc/config.d
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ struct GendocConfig
? thisExePath.dirName.buildNormalizedPath("../etc/.gendoc/docs")
: thisExePath.dirName.absolutePath,
"GENDOC_DD_DIR": thisExePath.dirName.buildPath("ddoc").exists
? thisExePath.dirName.buildPath("source_docs")
? thisExePath.dirName.buildPath("ddoc")
: thisExePath.dirName.buildPath("../etc/.gendoc/ddoc").exists
? thisExePath.dirName.buildNormalizedPath("../etc/.gendoc/ddoc")
: thisExePath.dirName.absolutePath,
Expand Down

0 comments on commit 6c55660

Please sign in to comment.