You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("could not load config: %s", err)
126
129
}
127
130
128
-
ifConfig.Version!=Version {
131
+
ifConfig.Version!=ConfigVersion {
129
132
ifConfig.Version=="" {
130
133
Config.Version="none"
131
134
}
132
135
133
-
log.Printf("warning, grimd.toml is out of date!\nconfig v%s\ngrimd v%s\nplease update your config\n", Config.Version, Version)
136
+
log.Printf("warning, grimd.toml is out of date!\nconfig v%s\ngrimd config v%s\ngrimd v%s\nplease update your config\n", Config.Version, ConfigVersion, BuildVersion)
0 commit comments