Changed submodule name

This commit is contained in:
2023-05-11 23:39:49 +02:00
parent efc93539be
commit 756c7feddf
3 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@@ -1,4 +1,4 @@
[submodule "latex-homework"] [submodule "latex-homework"]
path = assignments/latex-homework path = assignments/template
url = https://github.com/gijs-pennings/latex-homework.git url = https://github.com/gijs-pennings/latex-homework.git
branch = master branch = master

View File

@@ -1,4 +1,4 @@
\documentclass{latex-homework/homework} \documentclass{template/homework}
\usepackage{enumitem} \usepackage{enumitem}
\usepackage{subfiles} \usepackage{subfiles}