switched Gollum Wiki ref from master (default) to main

This commit is contained in:
Axel Uhl
2024-08-15 15:12:43 +02:00
parent c3e9f8a3c9
commit 58bba06894
@@ -48,7 +48,7 @@ Gollum::Page.send :remove_const, :FORMAT_NAMES if defined? Gollum::Page::FORMAT_
#}
gollum_path = "/home/wiki/gitwiki"
wiki_options = {:universal_toc => false}
wiki_options = {universal_toc: false, ref: 'main'}
Precious::App.set(:gollum_path, gollum_path)
Precious::App.set(:wiki_options, wiki_options)
Precious::App.set(:authorized_users, YAML.load_file(File.expand_path('users.yml', File.expand_path(File.dirname(__FILE__)))))