Skip to content

Commit

Permalink
fix: Update to fcli 2.7.1 to fix FoD job summary exception
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Sep 27, 2024
1 parent 678b547 commit 6e269a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion setup/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const TOOLS: Record<string, Record<string, Record<string, string>>> = {
* 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": {
Expand Down

0 comments on commit 6e269a5

Please sign in to comment.