Skip to content

Commit f3ea847

Browse files
committed
fix: fix typo
1 parent 930e1e2 commit f3ea847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,15 @@ async function staticFilesSetup () {
115115
})
116116
}
117117

118-
async function exampleProblemSetUp () {
118+
async function exampleProblemSetup () {
119119
fse.move('data/example', 'data/1000')
120120
}
121121

122122
program.command('setup')
123123
.action(() => {
124124
console.log('setup...')
125125
Promise.all([
126-
exampleProblemSetUp(),
126+
exampleProblemSetup(),
127127
judgeSetup(),
128128
staticFilesSetup(),
129129
])

0 commit comments

Comments
 (0)