aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/update-readme.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update-readme.lua')
-rwxr-xr-xscripts/update-readme.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/update-readme.lua b/scripts/update-readme.lua
index 2a4860c4a..d9c00683a 100755
--- a/scripts/update-readme.lua
+++ b/scripts/update-readme.lua
@@ -37,8 +37,5 @@ if string.find(readme_text, generated_text, 1, 'plain') then
else
print("New README.md was written. Please commit that change! Old text was: ")
print(string.sub(readme_text, string.find(readme_text, "<!%-%-parserinfo%-%->.*<!%-%-parserinfo%-%->")))
- print("\n")
- print('If you see this on CI, please run `nvim --headless -c "luafile ./scripts/update-readme.lua"` '
- ..'locally and commit the changes!')
vim.cmd('cq')
end