Fix asset url for email template images (#1347)

This commit is contained in:
gillespi314 2021-07-09 18:34:08 -05:00 committed by GitHub
parent c9a406ec99
commit 2d16ad1608
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,7 @@ func getAssetURL() template.URL {
tag = "main"
}
return template.URL("https://github.com/fleetdm/fleet/v4/blob/" + tag)
return template.URL("https://github.com/fleetdm/fleet/blob/" + tag)
}
// seenHostSet implements synchronized storage for the set of seen hosts.