Change-Id: I1f2c66fa1bf8fd73ee6693d4919e33e3f14487c5
| ... | ... |
@@ -75,7 +75,7 @@ title_underline ${name_col_len}
|
| 75 | 75 |
for plugin in ${sorted_plugins}; do
|
| 76 | 76 |
giturl="git://git.openstack.org/openstack/${plugin}"
|
| 77 | 77 |
gitlink="https://git.openstack.org/cgit/openstack/${plugin}"
|
| 78 |
- printf "%-${name_col_len}s %s\n" "${p}" "\`${giturl} <${gitlink}>\`__"
|
|
| 78 |
+ printf "%-${name_col_len}s %s\n" "${plugin}" "\`${giturl} <${gitlink}>\`__"
|
|
| 79 | 79 |
done |
| 80 | 80 |
|
| 81 | 81 |
if [[ -r data/devstack-plugins-registry.footer ]]; then |