Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
catdev2024 committed Oct 18, 2024
1 parent 400ee8e commit dba321f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/base.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface BaseCommandOptions {
config?: string;
network?: string;
tracker?: string;
dataDir?: string;
datadir?: string;
rpcurl?: string;
rpcusername?: string;
rpcpassword?: string;
Expand Down

0 comments on commit dba321f

Please sign in to comment.