Skip to content

Commit d429954

Browse files
committed
🌹 Fix lint error
1 parent e872086 commit d429954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/appdmg.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ module.exports = exports = function (options) {
397397

398398
pipeline.addStep('Blessing image', function (next) {
399399
// Blessing does not work for APFS disk images
400-
if (global.opts.filesystem != "APFS") {
400+
if (global.opts.filesystem !== 'APFS') {
401401
const args = [
402402
'--folder', global.temporaryMountPath
403403
]

0 commit comments

Comments
 (0)