remove "require 'os'", not needed or available
parent
cdd2d78c72
commit
258c599354
|
@ -150,7 +150,6 @@ class Msfupdate
|
||||||
# We could also do this by running `git config --global user.name` and `git config --global user.email`
|
# 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)
|
# and check the output of those. (it's a bit quieter)
|
||||||
def git_globals_okay?
|
def git_globals_okay?
|
||||||
require 'os'
|
|
||||||
output = ''
|
output = ''
|
||||||
begin
|
begin
|
||||||
output = `git config --list`
|
output = `git config --list`
|
||||||
|
|
Loading…
Reference in New Issue