Skip to content

Commit

Permalink
Fix make debug- (google#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmetzman authored Aug 4, 2020
1 parent 0333d47 commit da808b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/generate_makefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def _print_makefile_run_template(image):
if run_type == 'test-run':
print('\t-e MAX_TOTAL_TIME=20 \\\n\t-e SNAPSHOT_PERIOD=10 \\')
if run_type == 'debug':
print('\t-entrypoint "/bin/bash" \\\n\t-it ', end='')
print('\t--entrypoint "/bin/bash" \\\n\t-it ', end='')
else:
print('\t', end='')

Expand Down

0 comments on commit da808b6

Please sign in to comment.