Skip to content

Commit 2375dde

Browse files
committed
fix: register terminal-academy git submodule in .gitmodules
The terminal-academy 160000 gitlink was committed to the tree in 767425b without a corresponding .gitmodules entry, causing `git submodule status` to error with "no submodule mapping found". This creates the missing registration so the submodule is fully resolvable. Pinned to fidgetcoding/terminal-academy@55bb998 (Nathan→Nate sweep + MIT LICENSE).
1 parent dd80d3c commit 2375dde

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "terminal-academy"]
2+
path = terminal-academy
3+
url = https://github.com/lorecraft-io/terminal-academy.git

0 commit comments

Comments
 (0)