Learn Bash by Building a Boilerplate - Build a Boilerplate

Tell us what’s happening:
When I’m trying to create a new font “roboto-bold.woff” in a new created directory, it’s not pass the test…
it’s create a file but in main directory “website”.

Your code so far

codeally@6809c377759b:~/project/website$ touch roboto-bold.woff client/assets/fonts/

Your browser information:

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

Challenge: Learn Bash by Building a Boilerplate - Build a Boilerplate

Link to the challenge:

I believe with that way you are creating two files, not one file in the latter folder.

Ie. creating new-file.txt in and/new/folder/ would be touch and/new/folder/new-file.txt

1 Like

TNX a lot…! :metal:
The solution is so simple…

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.