From ce9a81e6361504ea68286cd9fda72391d0aaba12 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Mon, 30 Jul 2018 03:06:35 +0000 Subject: [server] Changed old modules to the new rounter restructure. --- server/lib/shell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/lib/shell.js') diff --git a/server/lib/shell.js b/server/lib/shell.js index 311af1d..e0782f1 100644 --- a/server/lib/shell.js +++ b/server/lib/shell.js @@ -4,7 +4,7 @@ var shell = require('shelljs') var ipxeGIT = 'git://git.ipxe.org/ipxe.git' module.exports = { - buildIPXE: function (req, res) { + buildIpxe: function (req, res) { if (!shell.which('git')) { return res.status(500).send({ status: 'GIT_MISSING', error_message: 'Please install git on the server.' }) } -- cgit v1.2.3-55-g7522