summaryrefslogtreecommitdiff
path: root/lib/chef/http/cookie_jar.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/http/cookie_jar.rb')
-rw-r--r--lib/chef/http/cookie_jar.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/http/cookie_jar.rb b/lib/chef/http/cookie_jar.rb
index 418fb1d352..3f6d879c1f 100644
--- a/lib/chef/http/cookie_jar.rb
+++ b/lib/chef/http/cookie_jar.rb
@@ -20,7 +20,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-require 'singleton'
+require "singleton"
class Chef
class HTTP