Skip to content

Commit a0d360f

Browse files
Type + doc fix
1 parent 6f19d54 commit a0d360f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ from buildme import CommandRunner
4545
cr = CommandRunner(
4646
shell=False, # prevents invoking 'mystery' programs (default=False)
4747
print_cmd=True, # prints the command that is currently being executed (default=True)
48-
print_cmd_sep=True, # prints a separation line between the commands that are ran
49-
exit_non_zero=True, # exit the buildme execution if a command execute non zero
48+
print_cmd_sep=True, # prints a separation line between the commands that are ran (default=True)
49+
exit_non_zero=True, # exit the buildme execution if a command exits non zero (default=True)
5050
)
5151

5252
# you can override the exit_no_zero using the

0 commit comments

Comments
 (0)