Skip to content

Commit

Permalink
mc: fix the version command as --version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Jul 24, 2020
1 parent 1ef1a53 commit c7b3b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion location-server/start-location.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PLATFORM=`uname | tr '[:upper:]' '[:lower:]'`
curl -sfSo mc "https://dl.minio.io/client/mc/release/$PLATFORM-amd64/mc"
chmod +x minio mc
./minio --version
./mc version
./mc --version

export MINIO_ACCESS_KEY=accesskey MINIO_SECRET_KEY=secretkey
./minio server --address localhost:$PORT . &
Expand Down

0 comments on commit c7b3b30

Please sign in to comment.