Fix PowerShell issue with relative paths

This commit is contained in:
MaksimZhukov
2020-11-17 20:16:35 +03:00
parent bbbdbbf479
commit ba4d1dead0
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
using module "./builders/win-go-builder.psm1"
using module "./builders/nix-go-builder.psm1"
using module "./win-go-builder.psm1"
using module "./nix-go-builder.psm1"
<#
.SYNOPSIS