Skip to content

Commit

Permalink
sample challenges add
Browse files Browse the repository at this point in the history
  • Loading branch information
SomyaChawla0250 committed Sep 4, 2023
1 parent d512f36 commit 3677b88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file removed challenges/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion services/challengedeployerservice/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func createFolder(challengeName string) (message int, challengePath string) {
}

func copyChallengeCheckerIntoKissaki(dirPath string, challengeName string) error {
srcFilePath := dirPath + "/" + challengeName + "_cc"
srcFilePath := dirPath + "/" + challengeName + "_challenge_checker"
pathInPod := "/opt/kissaki/challenge-data"

log.Println("Testing" + srcFilePath + "....and..." + pathInPod)
Expand Down

0 comments on commit 3677b88

Please sign in to comment.