We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In "diffpatch" mission, in high hint section, curl command is missing a command option to download.
In below 3 pages, in hint high section -
Curl command is given like below to download - curl -0 https://openhatch.org/missions/diffpatch/diffrecursive/recipes.tar.gz curl -0 https://openhatch.org/missions/diffpatch/diffsingle/nutty-pancake.txt
Issue: Running this command directly only displays the content of file on standard output. File is not downloaded.
Expected: To download, either -o outputfile or -O (capital o) should be given as below e.g. -
curl -0 https://openhatch.org/missions/diffpatch/diffrecursive/recipes.tar.gz -o recipes.tar.gz curl -O0 https://openhatch.org/missions/diffpatch/diffrecursive/recipes.tar.gz
Environment Tested on Ubuntu 14.04 and CentOS 6.5
The text was updated successfully, but these errors were encountered:
I would like to fix these issue if somebody could just point me right direction. Appreciate it!
Sorry, something went wrong.
No branches or pull requests
In "diffpatch" mission, in high hint section, curl command is missing a command option to download.
In below 3 pages, in hint high section -
Curl command is given like below to download -
curl -0 https://openhatch.org/missions/diffpatch/diffrecursive/recipes.tar.gz
curl -0 https://openhatch.org/missions/diffpatch/diffsingle/nutty-pancake.txt
Issue: Running this command directly only displays the content of file on standard output. File is not downloaded.
Expected: To download, either -o outputfile or -O (capital o) should be given as below e.g. -
curl -0 https://openhatch.org/missions/diffpatch/diffrecursive/recipes.tar.gz -o recipes.tar.gz
curl -O0 https://openhatch.org/missions/diffpatch/diffrecursive/recipes.tar.gz
Environment
Tested on Ubuntu 14.04 and CentOS 6.5
The text was updated successfully, but these errors were encountered: