From 5f25faf5c6961665aab6625e64bf09fb2a45d708 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 7 Sep 2021 14:07:07 -0700 Subject: Update http -> https links in tests / commments We have to update our test link to get chef-server to pass. I updated all the comments while I was there. Signed-off-by: Tim Smith --- lib/chef_zero/data_store/raw_file_store.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef_zero/data_store/raw_file_store.rb') diff --git a/lib/chef_zero/data_store/raw_file_store.rb b/lib/chef_zero/data_store/raw_file_store.rb index fbe6888..8a59a9e 100644 --- a/lib/chef_zero/data_store/raw_file_store.rb +++ b/lib/chef_zero/data_store/raw_file_store.rb @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, -- cgit v1.2.1