vimPluginGenTags: fix echoed string

to match the actual role
This commit is contained in:
Matthieu Coudron 2024-04-10 20:26:36 +02:00
parent e5064b957a
commit c4e89ef905
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ vimPluginGenTags() {
echo "$addonInfo" > $target/addon-info.json
fi
echo "Finished executing vimPluginInstallPhase"
echo "Finished executing vimPluginGenTags"
}
preFixupHooks+=(vimPluginGenTags)