Pulling certutils from node_modules instead of source

Allows you to run the tests after pulling down from npm.
This commit is contained in:
Chris Tavares 2014-04-29 16:59:21 -07:00
Родитель 7a18efabdc
Коммит 7e3afcb1e4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;