Remove space

This commit is contained in:
Ryan Dewhurst
2017-10-11 10:40:10 +02:00
parent 286e6bd51a
commit 1deccfd477

View File

@@ -1,4 +1,4 @@
# encoding: UTF-8
# encoding: UTF-8
LIB_DIR = File.expand_path(File.join(__dir__, '..'))
ROOT_DIR = File.expand_path(File.join(LIB_DIR, '..')) # expand_path is used to get "wpscan/" instead of "wpscan/lib/../"