Skip to content

Commit

Permalink
fix template usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jun 5, 2024
1 parent 29020e2 commit 2d742b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kaspersky/KasperskyVirusRemovalTool-Win.bigfix.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Process:
- Processor: com.github.jgstew.SharedProcessors/ContentFromTemplate
Arguments:
# use UNIX style paths so this works on Windows and non-Windows:
template_file_path: ./DataDog/DataDogAgent-Win-Install_Update.bes.mustache
content_file_pathname: "%RECIPE_CACHE_DIR%/%NAME%-InstallUpdate.bes"
template_file_path: ./Kaspersky/KasperskyVirusRemovalTool-Win-Run.bes.mustache
content_file_pathname: "%RECIPE_CACHE_DIR%/%NAME%-Run.bes"

- Processor: com.github.jgstew.SharedProcessors/BESImport

0 comments on commit 2d742b3

Please sign in to comment.