From 6e269a5ff311a92d2fc4e83b6eb75c7863b8de69 Mon Sep 17 00:00:00 2001 From: Ruud Senden <8635138+rsenden@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:34:15 +0200 Subject: [PATCH] fix: Update to fcli 2.7.1 to fix FoD job summary exception --- setup/dist/index.js | 2 +- setup/src/constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/dist/index.js b/setup/dist/index.js index a9a13b7..7694fce 100644 --- a/setup/dist/index.js +++ b/setup/dist/index.js @@ -18952,7 +18952,7 @@ exports.TOOLS = { * ScanCentral Client, but please double-check. */ "fcli": { - "versionAliases": { "action-default": "2.7.0" }, + "versionAliases": { "action-default": "2.7.1" }, "cmds": { "windows": "fcli.exe", "linux": "fcli", "darwin": "fcli" } }, "sc-client": { diff --git a/setup/src/constants.ts b/setup/src/constants.ts index 2b7e161..28b81aa 100644 --- a/setup/src/constants.ts +++ b/setup/src/constants.ts @@ -15,7 +15,7 @@ export const TOOLS: Record>> = { * ScanCentral Client, but please double-check. */ "fcli": { - "versionAliases": {"action-default": "2.7.0"}, + "versionAliases": {"action-default": "2.7.1"}, "cmds": {"windows": "fcli.exe", "linux": "fcli", "darwin": "fcli"} }, "sc-client": {