Explorar el Código

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

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Gyuho Lee hace 7 años
padre
commit
7300bfdd1d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build.ps1

+ 1 - 1
build.ps1

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