Skip to content

Commit fb04c0b

Browse files
authored
Merge pull request #1261 from thandayuthapani/master
OPENSDS_ROOT and OPENSDS_DIR is inconsistent in bootstrap script
2 parents fb5c045 + 8c0981b commit fb04c0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install/devsds/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ if [[ "${MINIMUM_GO_VERSION}" != $(echo -e "${MINIMUM_GO_VERSION}\n${go_version[
7171
fi
7272

7373
GOPATH=${GOPATH:-$HOME/go}
74-
OPENSDS_ROOT=${GOPATH}/src/github.com/opensds
74+
OPENSDS_ROOT=${GOPATH}/src/github.com/sodafoundation
7575
OPENSDS_DIR=${GOPATH}/src/github.com/sodafoundation/api
7676
mkdir -p ${OPENSDS_ROOT}
7777

0 commit comments

Comments
 (0)