Fix powershell issue with paths

This commit is contained in:
MaksimZhukov
2020-11-17 19:54:37 +03:00
parent 4790533e80
commit 15c3ac315a
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
using module "./builders/node-builder.psm1"
using module "./node-builder.psm1"
class WinNodeBuilder : NodeBuilder {
<#