Skip to content

Commit 9c6bfa4

Browse files
Allen Baijlebon
Allen Bai
authored andcommitted
index.html: add moby-engine to the important package list
Signed-off-by: Allen Bai <abai@redhat.com>
1 parent e91df57 commit 9c6bfa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191

192192
// pkgdiff enum to str
193193
const diffType = ["added", "removed", "upgraded", "downgraded"];
194-
const importantPkgs = ["kernel", "systemd", "rpm-ostree", "ignition", "podman"];
194+
const importantPkgs = ["kernel", "systemd", "rpm-ostree", "ignition", "podman", "moby-engine"];
195195

196196
function getBaseUrl(stream, developer) {
197197
return stream != "developer"

0 commit comments

Comments
 (0)