Skip to content

Commit 7300bfd

Browse files
committed
build.ps1: update import paths to "go.etcd.io/etcd"
Signed-off-by: Gyuho Lee <[email protected]>
1 parent d37f152 commit 7300bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

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

0 commit comments

Comments
 (0)