Skip to content

Commit

Permalink
chore: Use debricked CLI 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Sep 25, 2024
1 parent 2f40dac commit 324a9d8
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 @@ -18972,7 +18972,7 @@ exports.TOOLS = {
"cmds": { "windows": "FortifyBugTrackerUtility.bat", "linux": "FortifyBugTrackerUtility", "darwin": "FortifyBugTrackerUtility" }
},
"debricked-cli": {
"versionAliases": { "action-default": "2.0.8" },
"versionAliases": { "action-default": "2.1.3" },
"cmds": { "windows": "debricked.exe", "linux": "debricked", "darwin": "debricked" }
}
};
Expand Down
2 changes: 1 addition & 1 deletion setup/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const TOOLS: Record<string, Record<string, Record<string, string>>> = {
"cmds": {"windows": "FortifyBugTrackerUtility.bat", "linux": "FortifyBugTrackerUtility", "darwin": "FortifyBugTrackerUtility"}
},
"debricked-cli": {
"versionAliases": {"action-default": "2.0.8"},
"versionAliases": {"action-default": "2.1.3"},
"cmds": {"windows": "debricked.exe", "linux": "debricked", "darwin": "debricked"}
}
};
Expand Down

0 comments on commit 324a9d8

Please sign in to comment.