Skip to content

Commit

Permalink
fix(workflow): add project_type into replace_vars
Browse files Browse the repository at this point in the history
  • Loading branch information
danimarinBG committed Aug 2, 2024
1 parent 6c623f2 commit e01ac5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/replace_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ def main(project_type):
replace_vars_in_file(os.path.join(root, file), replacements)

if __name__ == "__main__":
main()
main(project_type='ws')

0 comments on commit e01ac5f

Please sign in to comment.