mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fix asset url for email template images (#1347)
This commit is contained in:
parent
c9a406ec99
commit
2d16ad1608
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue