From 930bc437affea40ba0876770f902ff5483b423b9 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 2 Apr 2016 15:11:45 -0400 Subject: [PATCH] Plugin autogen list: put plugin names in the plugin names column Change-Id: I1f2c66fa1bf8fd73ee6693d4919e33e3f14487c5 --- tools/generate-devstack-plugins-list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/generate-devstack-plugins-list.sh b/tools/generate-devstack-plugins-list.sh index 82486f5b2d..c3c8f24dbd 100644 --- a/tools/generate-devstack-plugins-list.sh +++ b/tools/generate-devstack-plugins-list.sh @@ -75,7 +75,7 @@ title_underline ${name_col_len} for plugin in ${sorted_plugins}; do giturl="git://git.openstack.org/openstack/${plugin}" gitlink="https://git.openstack.org/cgit/openstack/${plugin}" - printf "%-${name_col_len}s %s\n" "${p}" "\`${giturl} <${gitlink}>\`__" + printf "%-${name_col_len}s %s\n" "${plugin}" "\`${giturl} <${gitlink}>\`__" done if [[ -r data/devstack-plugins-registry.footer ]]; then