mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fixup SSH key auth for project repos
This commit is contained in:
@@ -19,7 +19,7 @@ var sinon = require("sinon");
|
||||
var child_process = require('child_process');
|
||||
var EventEmitter = require("events");
|
||||
|
||||
var ssh = require("../../../../../../red/runtime/storage/localfilesystem/projects/ssh")
|
||||
var ssh = require("../../../../../../red/runtime/storage/localfilesystem/projects/sshKeygen")
|
||||
|
||||
describe("localfilesystem/projects/ssh", function() {
|
||||
|
Reference in New Issue
Block a user