Remove double slash for individual links

This commit removes meaningless double slashes from individual links at
header. At the 'status_base_url', we don't need the last '/'. Because
we expect 'status_base_url' doesn't have the last '/' in our code.

Change-Id: Ife2de543908d31514549de44f23e99e7a228d59c
This commit is contained in:
Masayuki Igawa 2016-02-05 14:48:13 +11:00
parent a3fdd56c1e
commit 4d2d3adc35
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class openstack_project::status (
$recheck_ssh_private_key,
$recheck_bot_passwd,
$recheck_bot_nick,
$status_base_url = 'http://status.openstack.org/',
$status_base_url = 'http://status.openstack.org',
$status_title = 'OpenStack',
$graphite_render_url = 'http://graphite.openstack.org/render/',
$jenkins_gitfullname = 'OpenStack Jenkins',