Skip to content

Commit

Permalink
fix: remove duplicate api push in commands-info.ts (aws-amplify#12026)
Browse files Browse the repository at this point in the history
  • Loading branch information
goldbez authored Feb 17, 2023
1 parent 7fb5d63 commit 365c29b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/amplify-cli-core/src/help/commands-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -744,12 +744,6 @@ export const commandsInfo: Array<CommandInfo> = [
subCommandUsage: 'amplify api override',
subCommandFlags: [],
},
{
subCommand: 'push',
subCommandDescription: 'Provisions cloud resources with the latest local changes',
subCommandUsage: 'amplify api push',
subCommandFlags: [],
},
],
},
{
Expand Down

0 comments on commit 365c29b

Please sign in to comment.