Skip to content

Commit d38a69d

Browse files
Update setting.go
1 parent fc737aa commit d38a69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/setting/setting.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@ func loadInternalToken(sec *ini.Section) string {
12341234

12351235
return string(buf)
12361236
default:
1237-
log.Fatal(4, "Unsupported URI-Scheme %q (INTERNAL_TOKEN_URL = %q)", tempURI.Scheme, uri)
1237+
log.Fatal(4, "Unsupported URI-Scheme %q (INTERNAL_TOKEN_URI = %q)", tempURI.Scheme, uri)
12381238
}
12391239
return ""
12401240
}

0 commit comments

Comments
 (0)