Skip to content

Commit ff8815c

Browse files
committed
fixup! Add "rhsm" feature for integration with Red Hat Subscription Manager
1 parent e3107a5 commit ff8815c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/rhsm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use serde::Serialize;
88

99
const FACTS_PATH: &str = "etc/rhsm/facts/bootc.json";
1010

11-
#[derive(Serialize, PartialEq, Debug, Default)]
11+
#[derive(Serialize, PartialEq, Eq, Debug, Default)]
1212
struct RhsmFacts {
1313
#[serde(rename = "bootc.booted.image")]
1414
booted_image: String,

0 commit comments

Comments
 (0)