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:
parent
a3fdd56c1e
commit
4d2d3adc35
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user