Skip to content

Commit

Permalink
Fixes #16039: ressources are not correctly referenced in technique
Browse files Browse the repository at this point in the history
  • Loading branch information
ncharles committed Oct 23, 2019
1 parent 84778f9 commit 617eb59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ class ClassicTechniqueWriter(basePath : String) extends AgentSpecificTechniqueWr
|bundle agent ${technique.bundleName.value}${bundleParams}
|{
| vars:
| "resources_dir" string => "$${this.promise_dir}/resources";
| "resources_dir" string => "$${this.promise_dirname}/resources";
| methods:
|${methodCalls}
|}""".stripMargin('|')
Expand Down

0 comments on commit 617eb59

Please sign in to comment.