Skip to content

Commit

Permalink
Some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JrMasterModelBuilder committed Jan 16, 2025
1 parent 841af19 commit 123c7f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/download-flash-cn.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
} from '../util/ia.mjs';
import {Progress} from '../util/tui.mjs';
import {getUserAgent} from '../util/ff.mjs';
import {downloads} from '../util/flashcn.mjs';
import {downloads} from '../util/flcn.mjs';
import {backup} from '../util/backup.mjs';

async function main() {
Expand Down
2 changes: 1 addition & 1 deletion bin/newest-flash-cn.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {read as packaged} from '../util/packages.mjs';
import {retry, walk} from '../util/util.mjs';
import {queue} from '../util/queue.mjs';
import {getUserAgent} from '../util/ff.mjs';
import {downloads} from '../util/flashcn.mjs';
import {downloads} from '../util/flcn.mjs';

async function main() {
// eslint-disable-next-line no-process-env
Expand Down
File renamed without changes.

0 comments on commit 123c7f9

Please sign in to comment.