Skip to content

Commit

Permalink
utils.click:start_program - fix incorrect table name
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Nov 12, 2024
1 parent b53d9d9 commit 3db208c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acacore/utils/click.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def start_program(
)

if not dry_run:
database.history.insert(program_start)
database.log.insert(program_start)

if log_file:
program_start.log(INFO, logger_file)
Expand Down

0 comments on commit 3db208c

Please sign in to comment.