-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Trailing newlines in metadata_url are not ignored #10947
Comments
Hi @markus456 - I just added a trailing whitespace to my |
Here's the hexdump of the current and old metadata_url files, the debug output of hexdump-output.txt Maybe it's a problem with how the arguments are passed to curl and/or the curl version installed on the system? |
Worth asking.... @markus456 - how did you install Vagrant on Fedora? |
from the system repositories:
|
OK @markus456 - ...we've had trouble with how fedora packages Vagrant. I recommend installing from the officially supported installers and see if that fixes it for you: https://www.vagrantup.com/downloads.html |
I'd say if the latest official packages doesn't have this problem, it's a Fedora problem in which case this issue can be closed. |
Vagrant version
Vagrant 2.2.4
Host operating system
Fedora 30
Guest operating system
CentOS 7
Vagrantfile
Debug output
Expected behavior
vagrant box update
should work and ignore trailing whitespace.Actual behavior
The command returns
URL using bad/illegal format or missing URL
.Steps to reproduce
vagrant up
with the provided Vagrantfilemetadata_url
of the boxvagrant box update
References
The text was updated successfully, but these errors were encountered: