Skip to content

Commit

Permalink
Manually remove module in .git when replacing grammars (github-ling…
Browse files Browse the repository at this point in the history
  • Loading branch information
lildude committed Aug 14, 2024
1 parent 39fd5e9 commit d190ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/add-grammar
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ if [ "$replace" ]; then
log "Deregistering submodule: $replace"
git submodule deinit "$replace"
git rm -rf "$replace"
rm -rf ".git/modules/$replace"
script/grammar-compiler update -f >/dev/null 2>&1
fi

Expand Down

0 comments on commit d190ad8

Please sign in to comment.