Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https://rockset-cli-artifacts.s3-us-west-2.amazonaws.com/install-standalone.sh is missing a backslash to escape a variable #56

Open
charlesericjs opened this issue Nov 7, 2022 · 0 comments

Comments

@charlesericjs
Copy link

There is an error when I run:
curl https://rockset-cli-artifacts.s3-us-west-2.amazonaws.com/install-standalone.sh | bash

Line 63 of this script should be URL="\$BASE_URL.tar.gz", not URL="$BASE_URL.tar.gz" otherwise the BASE_URL value isn't added to the URL variable and the script will throw error: "0curl (6) Could not resolve host: .tar.gz"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant