Skip to content
Snippets Groups Projects
Commit 5ecf2d9b authored by rjshrjndrn's avatar rjshrjndrn
Browse files

fix(install): minio download path


Signed-off-by: default avatarrjshrjndrn <rjshrjndrn@gmail.com>
parent e705c856
No related branches found
Tags v1.5.0
No related merge requests found
......@@ -35,7 +35,7 @@ mc policy set download minio/frontend
mc policy set download minio/sessions-assets
mc policy set download minio/static
curl -L https://github.com/openreplay/openreplay/releases/download/${CHART_APP_VERSION}/frontend.tar.gz -O
curl -L https://github.com/openreplay/openreplay/releases/download/v${CHART_APP_VERSION}/frontend.tar.gz -O
tar -xf frontend.tar.gz
mc cp --recursive frontend/ minio/frontend/
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment