Skip to content

Commit

Permalink
Update conditionals.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielsroka authored and bagder committed Jul 24, 2024
1 parent 9df6432 commit 3834ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/modify/conditionals.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Using curl you can download a remote file and save its ETag (if it provides
any) in a separate cache by using the `--etag-save` command line option. Like
this:

curl --etag-save etags.txt https://example.com/file -o output
curl --etag-save etag.txt https://example.com/file -o output

A subsequent command line can then use that previously saved etag and make
sure to only download the file again if it has changed, like this:
Expand Down

0 comments on commit 3834ad8

Please sign in to comment.