build.ps1: update import paths to "go.etcd.io/etcd"

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
release-3.4
Gyuho Lee 2018-08-28 17:14:26 -07:00
parent d37f1521b7
commit 7300bfdd1d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
$ORG_PATH="github.com/coreos"
$ORG_PATH="go.etcd.io"
$REPO_PATH="$ORG_PATH/etcd"
$PWD = $((Get-Item -Path ".\" -Verbose).FullName)
$FSROOT = $((Get-Location).Drive.Name+":")