use equal sign in option hint so it can be selected with double click
authorDan Allen <dan@opendevise.com>
Tue, 28 Apr 2020 09:48:56 +0000 (03:48 -0600)
committerDan Allen <dan@opendevise.com>
Tue, 28 Apr 2020 09:48:56 +0000 (03:48 -0600)
gulpfile.js

index 395c46e..25ce769 100644 (file)
@@ -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}`)
   ),
 })