Skip to content

Commit

Permalink
One more s/exec/run/
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed May 1, 2023
1 parent 0d874bd commit cc97df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/molecule/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def run_command(
if debug:
print_environment_vars(env)

result = app.runtime.exec(
result = app.runtime.run(
args=args,
env=env,
cwd=cwd,
Expand Down

0 comments on commit cc97df6

Please sign in to comment.