summaryrefslogtreecommitdiffstats
path: root/server/lib/shell.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/shell.js')
-rw-r--r--server/lib/shell.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/shell.js b/server/lib/shell.js
index bc6a216..863e06b 100644
--- a/server/lib/shell.js
+++ b/server/lib/shell.js
@@ -2,7 +2,7 @@
var path = require('path')
var shell = require('shelljs')
// var child = require('child_process')
-//var ipxeGIT = 'git://git.ipxe.org/ipxe.git'
+// var ipxeGIT = 'git://git.ipxe.org/ipxe.git'
var ipxeGIT = 'http://git.ipxe.org/ipxe.git'
var io = require(path.join(__appdir, 'lib', 'socketio'))
const fs = require('fs')