From 2d0ea5ba085f9caa84a7e7b1fd55f653834009aa Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 5 Apr 2025 20:37:03 +0800 Subject: sshPubkey* shall no longer be global variables --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.go') diff --git a/config.go b/config.go index 773a223..ec8daf8 100644 --- a/config.go +++ b/config.go @@ -96,7 +96,7 @@ func (s *server) loadConfig(path string) (err error) { return err } - globalData["forge_title"] = s.config.General.Title + s.globalData["forge_title"] = s.config.General.Title return nil } -- cgit v1.2.3