summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2023-03-31 12:10:10 -0700
committerJohn <john.mccrae@progress.com>2023-03-31 12:10:10 -0700
commit57a75d391ad65c0389142a0433d67399c0deb668 (patch)
tree156723171f2b5bad82227cc978e7ae2cd4c4e4d7
parentaa0d50e250680891a3b3918bf900999b93034a48 (diff)
downloadchef-57a75d391ad65c0389142a0433d67399c0deb668.tar.gz
Correcting a typo in the resource
Signed-off-by: John <john.mccrae@progress.com>
-rw-r--r--lib/chef/provider/remote_file/http.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/remote_file/http.rb b/lib/chef/provider/remote_file/http.rb
index 40f64a0e85..ec45b4df59 100644
--- a/lib/chef/provider/remote_file/http.rb
+++ b/lib/chef/provider/remote_file/http.rb
@@ -113,7 +113,7 @@ class Chef
end
def last_modified_time_from(response)
- response["last_modified"] || response["date"]
+ response["last-modified"] || response["date"]
end
def etag_from(response)