mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fix icon key name in "View YAML" modal (#34140)
Fixes #34060. - [x] QA'd all new/changed functionality manually For unreleased bug fixes in a release candidate, one of: - [x] Confirmed that the fix is not expected to adversely impact load test results
This commit is contained in:
parent
f42e45eeec
commit
14b3350eaa
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ export const createPackageYaml = ({
|
|||
}
|
||||
|
||||
if (iconUrl) {
|
||||
yaml += ` icon_url:
|
||||
yaml += ` icon:
|
||||
path: ./icons/${hyphenatedSWTitle}-icon.png
|
||||
`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue