aboutsummaryrefslogtreecommitdiff
path: root/src/luarocks/fetch/git_ssh.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/luarocks/fetch/git_ssh.lua')
-rw-r--r--src/luarocks/fetch/git_ssh.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/luarocks/fetch/git_ssh.lua b/src/luarocks/fetch/git_ssh.lua
index 5411344f..2ab3b7f7 100644
--- a/src/luarocks/fetch/git_ssh.lua
+++ b/src/luarocks/fetch/git_ssh.lua
@@ -11,7 +11,6 @@ local git_ssh = {}
11 11
12 12
13local git = require("luarocks.fetch.git") 13local git = require("luarocks.fetch.git")
14local cfg = require("luarocks.core.cfg")
15 14
16 15
17 16