Fix config path in hkp.js

This commit is contained in:
Tankred Hase 2016-02-05 12:45:15 +07:00
parent 1157cd2ac8
commit acabca9585

View File

@ -23,7 +23,7 @@
* @module hkp/hkp * @module hkp/hkp
*/ */
import config from '../config'; import config from './config';
/** /**
* Initialize the HKP client and configure it with the key server url and fetch function. * Initialize the HKP client and configure it with the key server url and fetch function.