Skip to content

Commit

Permalink
Merge pull request #1261 from thandayuthapani/master
Browse files Browse the repository at this point in the history
OPENSDS_ROOT and OPENSDS_DIR is inconsistent in bootstrap script
  • Loading branch information
kumarashit authored Jun 8, 2020
2 parents fb5c045 + 8c0981b commit fb04c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/devsds/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if [[ "${MINIMUM_GO_VERSION}" != $(echo -e "${MINIMUM_GO_VERSION}\n${go_version[
fi

GOPATH=${GOPATH:-$HOME/go}
OPENSDS_ROOT=${GOPATH}/src/github.com/opensds
OPENSDS_ROOT=${GOPATH}/src/github.com/sodafoundation
OPENSDS_DIR=${GOPATH}/src/github.com/sodafoundation/api
mkdir -p ${OPENSDS_ROOT}

Expand Down

0 comments on commit fb04c0b

Please sign in to comment.