Skip to content

Commit

Permalink
bugfix: 修复配置文件名渲染功能失效的问题 (fixed #256)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuoZhuoCrayon committed Apr 21, 2023
1 parent b060843 commit 2228a64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ def _execute(self, data, parent_data):
"config_template_id": config_instance.config_template_id,
"template_name": config_template.template_name,
"user": config_template.owner,
"file_name": config_template.file_name,
"file_name": config_instance.name,
"inst_id": config_instance.inst_id,
"path": config_instance.path,
"os_type": JOB_TASK_OS_TYPE["linux"]
Expand Down

0 comments on commit 2228a64

Please sign in to comment.