added placeholder command inside git_remove_module function

This commit is contained in:
jakeg00dwin 2024-03-01 11:30:56 -08:00
parent a6acbbd3f6
commit 4b055ada38
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ git_add_module () {
} }
git_remove_module () { git_remove_module () {
echo "unfinished"
} }
add_new_module () { add_new_module () {