Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lazzzis committed Oct 3, 2024
1 parent 930e1e2 commit f3ea847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manage.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@ async function staticFilesSetup () {
})
}

async function exampleProblemSetUp () {
async function exampleProblemSetup () {
fse.move('data/example', 'data/1000')
}

program.command('setup')
.action(() => {
console.log('setup...')
Promise.all([
exampleProblemSetUp(),
exampleProblemSetup(),
judgeSetup(),
staticFilesSetup(),
])
Expand Down

0 comments on commit f3ea847

Please # to comment.