Skip to content

Commit 356218c

Browse files
committed
Update method to make tar file for uploading challenge
1 parent 405f503 commit 356218c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/manage.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,8 @@ func manageScheduledAction(c *gin.Context) {
361361

362362
// Prepare challenge info from .tar file.
363363
// @Summary Untar and fetch info from beast.toml file in challenge
364-
// @Description Handles the challenge management from a challenge in tar file
364+
// @Description Handles the challenge management from a challenge in tar file. Currently prepare the tar file
365+
// by running `tar cvf chall_dir.tar .` inside the chall_dir.
365366
// @Tags manage
366367
// @Accept json
367368
// @Produce json

0 commit comments

Comments
 (0)