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

In "diffpatch" mission's high hint, curl command has missing a command option to download #1797

Open
gauravtatke opened this issue Dec 6, 2016 · 1 comment

Comments

@gauravtatke
Copy link

In "diffpatch" mission, in high hint section, curl command is missing a command option to download.

In below 3 pages, in hint high section -

  1. Diffing individual files
  2. Diffing entire directories
  3. Patching entire directories

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

@gauravtatke
Copy link
Author

I would like to fix these issue if somebody could just point me right direction. Appreciate it!

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