Skip to content

Commit

Permalink
Fix bug in 0.1.0 with fs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Leister committed Feb 8, 2017
1 parent 6f26128 commit 6b8026f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/certificate.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

var util = require('util');
var fs = require('fs');
var fs = require('fs-extra');
var exec = require('child_process').exec;

const uuidV4 = require('uuid/v4');
Expand Down

0 comments on commit 6b8026f

Please sign in to comment.