diff --git a/apps/homework/subjects.html b/apps/homework/subjects.html
index 608c7dce7..92c3023dd 100644
--- a/apps/homework/subjects.html
+++ b/apps/homework/subjects.html
@@ -20,7 +20,7 @@
// send finished app (in addition to contents of app.json)
sendCustomizedApp({
storage:[
- {name:"subjects.txt", url:"subjects.txt", content:app},
+ {name:"homework.subjects.txt", url:"subjects.txt", content:app},
]
});
console.log("Sent homework.subjects.txt!");