diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-19 12:19:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-19 12:19:46 -0300 |
commit | e20868801a04f2cc4a0b83d121ea80c3901e252b (patch) | |
tree | f67d5cd0f8f1c3e30652d4d5e68baaa6ea307f28 | |
parent | 623ce85c7746a4bc6c9eefd6e682bfe8cf1fb963 (diff) | |
download | puppet-git-e20868801a04f2cc4a0b83d121ea80c3901e252b.tar.gz puppet-git-e20868801a04f2cc4a0b83d121ea80c3901e252b.tar.bz2 |
Fix deprecation warnings at template
-rw-r--r-- | templates/gitweb.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gitweb.conf.erb b/templates/gitweb.conf.erb index d01f575..62920f3 100644 --- a/templates/gitweb.conf.erb +++ b/templates/gitweb.conf.erb @@ -25,4 +25,4 @@ $logo = "/git-logo.png"; $favicon = "/git-favicon.png"; # header url -@git_base_url_list = ('<%= protocol %>://git.<%= hosting_domain %>'); +@git_base_url_list = ('<%= @protocol %>://git.<%= @hosting_domain %>'); |