Learn Bash by Building a Boilerplate - Build a Boilerplate

Tell us what’s happening:

Describe your issue in detail here.
I’m the a very beginning learner of SQL. I found it keep changing into “camper: /gitpod” whenever I type wrong code and I need to restart again. It looks like I’m not in the “camper: /project” after I type wrong code.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36

Challenge Information:

Learn Bash by Building a Boilerplate - Build a Boilerplate

Hello @Chiao ,

When you issue the command cd without any argument, the default behaviour is to change directory to your home location. In this case it would be /home/gitpod even when the prompt is truncating to /gitpod. Anyway, if you want to go back to the project directory, type cd /workspace/project