Skip to content

Commit

Permalink
Validation request to terraform-boot fails
Browse files Browse the repository at this point in the history
  • Loading branch information
WangLiNaruto committed Sep 6, 2023
1 parent 4dc362d commit c6cee42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public void tfInit(String moduleDirectory) {
* Get the full path of Module.
*/
public String getModuleFullPath(String moduleDirectory) {
return this.moduleParentDirectoryPath + moduleDirectory;
return this.moduleParentDirectoryPath + File.separator + moduleDirectory;
}


Expand Down

0 comments on commit c6cee42

Please sign in to comment.