Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 196cf50

Browse files
fixes typo in filename.
Signed-off-by: Eric Wang <skygragon@gmail.com>
1 parent 6b2d514 commit 196cf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/commands/show.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function genFileName(problem, opts) {
8585
const name = path.join(opts.outdir, params.join('.').replace(/\.+/g, '.'));
8686
if (!file.exist(name))
8787
return name;
88-
params[2] = i;
88+
params[1] = i;
8989
}
9090
}
9191

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /