Browse code

Plugin autogen list: put plugin names in the plugin names column

Change-Id: I1f2c66fa1bf8fd73ee6693d4919e33e3f14487c5

Clint Adams authored on 2016/04/03 04:11:45
Showing 1 changed files
... ...
@@ -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