-
Notifications
You must be signed in to change notification settings - Fork 277
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
Create files base64 and sed errors #345
Comments
If you are interested I can create PR with my changes, |
Well... another bug more on the scripts
|
Thanks for reporting this, @unaizorrilla. Feel free to open a pull request with your changes and we’ll review it. |
Hello, I had the same issue but the --quiet parameter is not supported for httpie 1.0.3 version that is shipped automatically on Ubuntu using apt-get in my environment. I solved installing httpie version 3.0.2 using snapd package manager but is not automatically managed by bootstrap script. |
This issue will be automatically closed when #351 is merged. If the sed issue isn’t resolved, feel free to re-open this issue or create a new one. |
Hi,
Reviewing the material for my acredition I discover two minor issues on create_files script, the first one is about base64 function, because on my machine ( WSL2 ) the $content generate a return line and the post file fail (400 bad request ) because invalid json.
The sed ejectued on non msys plattform is also malformed also (blank quotes) I fix both issues as I show on the code
The text was updated successfully, but these errors were encountered: