Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(installer): fix installer debug key
  • Loading branch information
MarshallOfSound committed Dec 31, 2016
1 parent 1b88b15 commit 2445495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron-forge-install.js
Expand Up @@ -19,7 +19,7 @@ import darwinZipInstaller from './installers/darwin/zip';
import linuxDebInstaller from './installers/linux/deb';
import linuxRPMInstaller from './installers/linux/rpm';

const d = debug('electron-forge:lint');
const d = debug('electron-forge:install');

const GITHUB_API = 'https://api.github.com';

Expand Down

0 comments on commit 2445495

Please sign in to comment.