More scripts and code from Minio-io to minio

This commit is contained in:
Harshavardhana
2015-05-11 16:43:38 -07:00
parent 946341ac29
commit de56909d55
5 changed files with 9 additions and 9 deletions

View File

@@ -81,7 +81,7 @@ check_golang_env() {
if [ $? -eq 1 ]; then
echo "ERROR"
echo "GOROOT environment variable missing, please refer to Go installation document"
echo "https://github.com/Minio-io/minio/blob/master/BUILDDEPS.md#install-go-13"
echo "https://github.com/minio/minio/blob/master/BUILDDEPS.md#install-go-13"
exit 1
fi
@@ -89,7 +89,7 @@ check_golang_env() {
if [ $? -eq 1 ]; then
echo "ERROR"
echo "GOPATH environment variable missing, please refer to Go installation document"
echo "https://github.com/Minio-io/minio/blob/master/BUILDDEPS.md#install-go-13"
echo "https://github.com/minio/minio/blob/master/BUILDDEPS.md#install-go-13"
exit 1
fi
}
@@ -188,7 +188,7 @@ main() {
echo "Please install them "
echo "${MISSING}"
echo
echo "Follow https://github.com/Minio-io/minio/blob/master/BUILDDEPS.md for further instructions"
echo "Follow https://github.com/minio/minio/blob/master/BUILDDEPS.md for further instructions"
exit 1
fi
echo "Done"