From 3834ad894967d681d774a4ab676b4e46e064e18b Mon Sep 17 00:00:00 2001 From: Gabriel Sroka Date: Tue, 23 Jul 2024 09:57:20 -0700 Subject: [PATCH] Update conditionals.md --- http/modify/conditionals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/modify/conditionals.md b/http/modify/conditionals.md index 90f3ccaaf4..cd9b3bc4ef 100644 --- a/http/modify/conditionals.md +++ b/http/modify/conditionals.md @@ -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: