summarylogtreecommitdiffstats
path: root/openbazaar.js
diff options
context:
space:
mode:
Diffstat (limited to 'openbazaar.js')
-rwxr-xr-xopenbazaar.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbazaar.js b/openbazaar.js
index b9b1c2aa5bd8..41ca7f18cb5a 100755
--- a/openbazaar.js
+++ b/openbazaar.js
@@ -1,4 +1,4 @@
-#!/usr/bin/electron2
+#!/usr/bin/electron
const name = 'openbazaar';
@@ -11,7 +11,7 @@ const fd = fs.openSync('/proc/self/comm', fs.constants.O_WRONLY);
fs.writeSync(fd, name);
fs.closeSync(fd);
-// Remove first command line argument (/usr/bin/electron2).
+// Remove first command line argument (/usr/bin/electron).
process.argv.splice(0, 1);
// Set development mode