Pulling certutils from node_modules instead of source
Allows you to run the tests after pulling down from npm.
This commit is contained in:
Родитель
7a18efabdc
Коммит
7e3afcb1e4
|
@ -16,7 +16,7 @@
|
|||
|
||||
var _ = require('underscore');
|
||||
var fs = require('fs');
|
||||
var certutils = require('../../lib/common/lib/util/certutils');
|
||||
var certutils = require('../../node_modules/azure-common/lib/util/certutils');
|
||||
|
||||
var exports = module.exports;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче