We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8644a17 + b18086c commit dfd2071Copy full SHA for dfd2071
1 file changed
src/host_init.sh
@@ -88,7 +88,7 @@ make_directories() {
88
)
89
90
for new_FILE in "${new_FILES[@]}"; do
91
- create_dir "${main_DIR}" "${new_FILE}"
+ create_file "${main_DIR}" "${new_FILE}"
92
done
93
}
94
0 commit comments