From 7300bfdd1d26d0fc6ee7fd6f09567c0705c62077 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Tue, 28 Aug 2018 17:14:26 -0700 Subject: [PATCH] build.ps1: update import paths to "go.etcd.io/etcd" Signed-off-by: Gyuho Lee --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index b0970ecd4..d1c36ee64 100644 --- a/build.ps1 +++ b/build.ps1 @@ -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+":")