From e8134dfeb0ec39297b97e9a020b52c9af00d25b0 Mon Sep 17 00:00:00 2001 From: Maxime Colmant Date: Wed, 26 Dec 2018 16:24:17 +0100 Subject: [PATCH] fix: correctly retrieve the public_url parameter on start --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 416a99e..177927b 100644 --- a/src/main.js +++ b/src/main.js @@ -43,7 +43,7 @@ var opts = require('commander') 'Disable Cross-origin resource sharing headers' ) .option( - '-u|--public_url', + '-u|--public_url ', 'Enable exposing the server on subpaths, not necessarily the root of the domain' ) .option(