Skip to content

Commit

Permalink
move MKDOCS_init to asset directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbr3 committed Apr 8, 2024
1 parent 81bfe4a commit dece001
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/r3threatmodeling/fullBuildDirectory.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def main():
args = CLI.parse_args()
outputDir = args.outputDir
templateSiteFolderSRC = args.templateSiteFolderSRC
templateSiteFolderInitFromModule = os.path.join(os.path.dirname(__file__),'MKDOCS_init/')
templateSiteFolderInitFromModule = os.path.join(os.path.dirname(__file__), 'assets/MKDOCS_init/')
templateSiteFolderDST = args.templateSiteFolderDST
watchFiles = args.watchFiles

Expand Down

0 comments on commit dece001

Please sign in to comment.