Sfoglia il codice sorgente

build: fix import path

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Gyuho Lee 6 anni fa
parent
commit
75e440b105
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      build

+ 1 - 1
build

@@ -2,7 +2,7 @@
 
 # set some environment variables
 ORG_PATH="go.etcd.io"
-REPO_PATH="${ORG_PATH}/etcd/v3"
+REPO_PATH="${ORG_PATH}/etcd"
 
 GIT_SHA=$(git rev-parse --short HEAD || echo "GitNotFound")
 if [[ -n "$FAILPOINTS" ]]; then