mirror of
https://github.com/apple/pkl.git
synced 2026-03-17 23:03:54 +01:00
Tweak User-Agent header
It is customary to separate elements with a semicolon.
This commit is contained in:
committed by
Philip K.F. Hölzenspies
parent
1e50200969
commit
21e0e149ac
@@ -64,7 +64,7 @@ class PackageResolvers {
|
||||
|
||||
static {
|
||||
var release = Release.current();
|
||||
USER_AGENT = "Pkl/" + release.version() + " (" + release.os() + " " + release.flavor() + ")";
|
||||
USER_AGENT = "Pkl/" + release.version() + " (" + release.os() + "; " + release.flavor() + ")";
|
||||
}
|
||||
|
||||
@GuardedBy("lock")
|
||||
|
||||
Reference in New Issue
Block a user