Skip to content

Commit

Permalink
chore: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzano committed Sep 22, 2023
1 parent 282e9db commit cd04183
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Command} from 'commander';
import {anonDbAction} from './anon-db-action';
import {anonDbAction} from './anon-db.action';

export const anonDbCommand = new Command('anon-db');

Expand Down
2 changes: 1 addition & 1 deletion src/cli/dbzar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import process from 'node:process';
import {Command} from 'commander';
import {anonColCommand} from './commands/anon-col/anon-col';
import {anonDbCommand} from './commands/anon-db/anon-db-command';
import {anonDbCommand} from './commands/anon-db/anon-db.command';
import {anonFileCommand} from './commands/anon-file/anon-file.command';

const program = new Command();
Expand Down

0 comments on commit cd04183

Please sign in to comment.