Skip to content

Commit

Permalink
correct spelling contrlDir -> controlDir
Browse files Browse the repository at this point in the history
  • Loading branch information
Bing Yang committed Aug 27, 2021
1 parent d792bad commit 73183c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/installer.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ class DebianInstaller extends common.ElectronInstaller {

await this.createTemplatedFile(src, dest);

const contrlDir = path.join(this.stagingDir, 'DEBIAN');
return fs.chmod(contrlDir, 0o755);
const controlDir = path.join(this.stagingDir, 'DEBIAN');
return fs.chmod(controlDir, 0o755);
})
}

Expand Down

0 comments on commit 73183c5

Please sign in to comment.