Skip to content

Commit

Permalink
fix refresh flag command
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhan005 committed Aug 24, 2020
1 parent 0804bfa commit 747ef9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Challenge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
Title: '',
BaseScore: 1000,
AutoRefreshFlag: false,
Command: 'cat {{FLAG}} > /flag',
Command: 'echo {{FLAG}} > /flag',
},
editChallengeForm: {
Expand Down Expand Up @@ -130,7 +130,7 @@
Title: '',
BaseScore: 1000,
AutoRefreshFlag: false,
Command: 'cat {{FLAG}} > /flag',
Command: 'echo {{FLAG}} > /flag',
}
this.getChallenges()
this.$message({message: res, type: 'success'})
Expand Down

0 comments on commit 747ef9e

Please sign in to comment.