100 Days of DevOps - Day 22 Task Check Failed

Hi KodeKloud Team,

I am experiencing a error issue with the 100 Days of DevOps challenge.

Issue Description:
I have solved the challenge completely 2 times as it is mentioned yet the after clicking on CHECK button it fails. I have attached screenshot also of the error. Please help!


What you did replaces the contents of /usr/src/kodekloudrepos with a clone of the Git repository located at /opt/<repo>.git.

You need to cd into the /usr/src/kodekloudrepos and then clone the required repo into that dir by git clone /opt/<repo>.git command.

DONE THANKS!