Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
EndangeredMassa committed Apr 12, 2024
1 parent d30b72f commit bfb5e46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/cli/src/commands/env/command.ts
Expand Up @@ -46,9 +46,8 @@ export const envCommand: Command = {
name: 'force',
description: 'Force overwrites when a command would normally fail',
shorthand: null,
type: 'boolean',
type: Boolean,
deprecated: false,
multi: false,
},
],
examples: [],
Expand Down

0 comments on commit bfb5e46

Please sign in to comment.