Skip to content

Commit

Permalink
Fixed up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Apr 10, 2018
1 parent d6643c0 commit 8790390
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ protected string TerraformLoadTemplate(string fileName)
{
var templatesPath = Path.Combine(
Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location),
@"Octopus\Core\Parsers\Hcl\TemplateSamples");
@"Octopus\CoreParsers\Hcl\TemplateSamples");

return HclParser.NormalizeLineEndings(File.ReadAllText(Path.Combine(templatesPath, fileName))).Trim();
}
Expand Down

0 comments on commit 8790390

Please sign in to comment.