diff --git a/makefile b/makefile
index ae9bcacd0..f2bc609ae 100644
--- a/makefile
+++ b/makefile
@@ -64,7 +64,7 @@ spellcheck:
# Checks for duplicated ACs in the features.json file
.PHONY: check-features
check-features:
- npx github:vegaprotocol/approbation check-features --specs="{./non-protocol-specs/**/*.md,./protocol/**/*.md,./protocol/**/*.ipynb}" --features="./protocol/features.json"
+ npx github:vegaprotocol/approbation check-features --specs="{./non-protocol-specs/**/*.md,./protocol/**/*.md,./protocol/**/*.ipynb}" --features="./protocol/nebula-features.json"
clean:
rm -rf $(TEMP)
diff --git a/protocol/0028-GOVE-governance.md b/protocol/0028-GOVE-governance.md
index 69a9f967c..c4aba128b 100644
--- a/protocol/0028-GOVE-governance.md
+++ b/protocol/0028-GOVE-governance.md
@@ -767,4 +767,3 @@ The voting to approve the batch happens, the batch passes, the value of the prop
- A proposal to add community tags with any community tags longer than `governance.proposal.market.maxCommunityTagLength` is rejected as invalid (0028-GOVE-175)
- A proposal to remove community tags with any community tags longer than `governance.proposal.market.maxCommunityTagLength` is rejected as invalid (0028-GOVE-176)
-