Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
szdziedzic committed Nov 20, 2024
1 parent f3954da commit 303dd72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`EnvDelete cancels deletion when user does not confirm 1`] = `"Environment variable needs 'name' to be specified when running in non-interactive mode. Run the command with --variable-name VARIABLE_NAME flag to fix the issue"`;

This file was deleted.

3 changes: 1 addition & 2 deletions packages/eas-cli/src/commands/env/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ type GetFlags = {
};

export default class EnvGet extends EasCommand {
static override description =
'get information about an environment variable for the current project or account';
static override description = 'view an environment variable for the current project or account';

static override hidden = true;

Expand Down

0 comments on commit 303dd72

Please sign in to comment.