Skip to content

Commit

Permalink
chore: remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wallen committed Jul 9, 2024
1 parent 371625c commit cc786aa
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/src/commands/create/commands/create_subcommand.dart
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,6 @@ abstract class CreateSubCommand extends Command<int> {

final name = args.first;

if (name == '.') {
logger.detail(
'Since the project name is ".", the current directory will'
' be used as the project name.',
);
return;
}

final isValidProjectName = _isValidPackageName(name);
if (!isValidProjectName) {
usageException(
Expand Down

0 comments on commit cc786aa

Please sign in to comment.