vimPluginGenTags: fix echoed string
to match the actual role
Matthieu Coudron 2 years ago c4e89ef9 e5064b95
··· 23 23 echo "$addonInfo" > $target/addon-info.json 24 24 fi 25 25 26 26 - echo "Finished executing vimPluginInstallPhase" 26 26 + echo "Finished executing vimPluginGenTags" 27 27 } 28 28 29 29 preFixupHooks+=(vimPluginGenTags)