Skip to content

Commit 73183c5

Browse files
author
Bing Yang
committed
correct spelling contrlDir -> controlDir
1 parent d792bad commit 73183c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/installer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ class DebianInstaller extends common.ElectronInstaller {
9595

9696
await this.createTemplatedFile(src, dest);
9797

98-
const contrlDir = path.join(this.stagingDir, 'DEBIAN');
99-
return fs.chmod(contrlDir, 0o755);
98+
const controlDir = path.join(this.stagingDir, 'DEBIAN');
99+
return fs.chmod(controlDir, 0o755);
100100
})
101101
}
102102

0 commit comments

Comments
 (0)