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

tuftool: url arguments require a trailing slash #353

Open
webern opened this issue Feb 23, 2021 · 0 comments
Open

tuftool: url arguments require a trailing slash #353

webern opened this issue Feb 23, 2021 · 0 comments

Comments

@webern
Copy link
Contributor

webern commented Feb 23, 2021

Does not work:

cargo run -- download --allow-root-download --targets-url https://updates.bottlerocket.aws/targets --metadata-url https://updates.bottlerocket.aws/2020-07-07/aws-k8s-1.17/x86_64 /tmp/foobar

Does work:

cargo run -- download --allow-root-download --targets-url https://updates.bottlerocket.aws/targets/ --metadata-url https://updates.bottlerocket.aws/2020-07-07/aws-k8s-1.17/x86_64/ /tmp/foobar

Error message is not helpful and it's kinda silly to require the trailing slash

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