From 258c59935464abe50900d073966ed4a4d48e4945 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 14 May 2018 01:16:55 -0500 Subject: [PATCH] remove "require 'os'", not needed or available --- msfupdate | 1 - 1 file changed, 1 deletion(-) diff --git a/msfupdate b/msfupdate index 1a235705c7..d85170d49c 100755 --- a/msfupdate +++ b/msfupdate @@ -150,7 +150,6 @@ class Msfupdate # We could also do this by running `git config --global user.name` and `git config --global user.email` # and check the output of those. (it's a bit quieter) def git_globals_okay? - require 'os' output = '' begin output = `git config --list`