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+":")