Skip to content

Commit

Permalink
fix: fix update plugins command
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Mar 5, 2024
1 parent b688dc9 commit d1a00f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/commands/cli/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import { clColor } from '@commercelayer/cli-core'
import { Command, Flags, ux as cliux } from '@oclif/core'
import { exec } from 'child_process'
import { commands } from '@oclif/plugin-plugins'
// import { detect as detectPackageManager } from 'detect-package-manager'


Expand Down Expand Up @@ -46,8 +45,6 @@ export default class CliUpdate extends Command {
} else {
cliux.action.stop()
await this.showCliVersion()

await commands['plugins:update'].run()
}

})
Expand Down

0 comments on commit d1a00f9

Please sign in to comment.