Skip to content

Commit

Permalink
Fixed config history bug
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Jul 9, 2024
1 parent d2bacb6 commit fb31a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pepdbagent/modules/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ def update(
new_history = HistoryProjects(
project_id=found_prj.id,
user=user or namespace,
project_yaml=update_dict["config"],
project_yaml=self.get_config(namespace, name, tag),
)
session.add(new_history)

Expand Down

0 comments on commit fb31a67

Please sign in to comment.