From b585af5c0bdc6c9a5faad78fb844cd1f8e2182e7 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Tue, 28 Apr 2020 03:48:56 -0600 Subject: [PATCH] use equal sign in option hint so it can be selected with double click --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 395c46e..25ce769 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -73,7 +73,7 @@ const bundlePackTask = createTask({ destDir, buildDir, bundleName, - (bundlePath) => !process.env.CI && log(`Antora option: --ui-bundle-url ${bundlePath}`) + (bundlePath) => !process.env.CI && log(`Antora option: --ui-bundle-url=${bundlePath}`) ), }) -- 2.11.0