Skip to content

Commit

Permalink
[#5861] improvement(CLI): Refactor the validation logic in the handle…
Browse files Browse the repository at this point in the history
… methods

fix  typo.
  • Loading branch information
Abyss-lord committed Dec 25, 2024
1 parent d8e980c commit eca8e79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class ErrorMessages {
public static final String MISSING_NAME = "Missing --name option.";
public static final String MISSING_GROUP = "Missing --group option.";
public static final String MISSING_USER = "Missing --user option.";
public static final String MISSING_TAG = "Missing --tar option.";
public static final String MISSING_TAG = "Missing --tag option.";
public static final String METALAKE_EXISTS = "Metalake already exists.";
public static final String CATALOG_EXISTS = "Catalog already exists.";
public static final String SCHEMA_EXISTS = "Schema already exists.";
Expand Down

0 comments on commit eca8e79

Please sign in to comment.