Browse code

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

Jenkins authored on 2016/04/05 08:47:57
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