Problem
The task "building houses" from day 1 sais you should create a .txt file called Max.txt in the living_room directory. When running the respective cs task initial-house, the script looks for max.txt and fails.
Steps to reproduce
$ mkdir new_house
$ cd new_house
$ mkdir bedroom bathroom living_room kitchen dining_room
$ touch ./bedroom/bed.txt ./bathroom/toilet.txt ./living_room/couch.txt ./kitchen/fridge.txt ./dining_room/chair.txt
$ echo beatboxing > touch ./living_room/Max.txt
$ cs task initial-house
Solution
the cs script should not be case sensitive
or
Max.txt should be lower case in the task description