Skip to content

Commit

Permalink
duplicate variable initilization
Browse files Browse the repository at this point in the history
Signed-off-by: jace-roell <[email protected]>
  • Loading branch information
jace-roell committed Aug 13, 2024
1 parent 9a10373 commit bc36001
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/imperative/src/utilities/src/CliUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ export class CliUtils {
* @memberof CliUtils
*/
public static showMsgWhenDeprecated(handlerParms: IHandlerParameters) {
let oldCmd: string;
if (handlerParms.definition.deprecatedReplacement || handlerParms.definition.deprecatedReplacement === "") {
// form the command that is deprecated
const oldCmd = handlerParms.positionals.join(" ");
Expand Down

0 comments on commit bc36001

Please sign in to comment.