Skip to content

Commit

Permalink
[tools] update default documentation repository
Browse files Browse the repository at this point in the history
  • Loading branch information
loganek committed Jan 14, 2019
1 parent b6b966b commit 4f0e456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/publish_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def call_process(call_args, custom_error, exit_on_error=False):
parser = argparse.ArgumentParser(description='Publishes HawkTracer documentation')
parser.add_argument('-b', '--build-dir', help='HawkTracer build directory', required=True)
parser.add_argument('-r', '--repository', help='HawkTracer repository path',
default='[email protected]:amzn/hawktracer.git')
default='[email protected]:hawktracer/doc.git')
args = parser.parse_args()

call_process(['cmake', '--build', args.build_dir, '--target', 'doc_doxygen'], 'Building documentation failed.', True)
Expand Down

0 comments on commit 4f0e456

Please sign in to comment.