Skip to content

Commit 5cbbcb4

Browse files
authored
change single quotes to double quotes
1 parent 479d839 commit 5cbbcb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/archiver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22
const fs = require("fs"),
3-
path = require('path');
3+
path = require("path");
44

55
const archiver = require("archiver"),
66
Constants = require('../helpers/constants'),

0 commit comments

Comments
 (0)