Skip to content

Commit

Permalink
Merge pull request #1014 from ianballou/rhsm-bootc.facts
Browse files Browse the repository at this point in the history
Rename RHSM file to bootc.facts
  • Loading branch information
cgwalters authored Jan 7, 2025
2 parents b19e227 + 6af29bc commit 712c4b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ pub(crate) enum InternalsOpts {
stateroot: String,
},
#[cfg(feature = "rhsm")]
/// Publish subscription-manager facts to /etc/rhsm/facts/bootc.json
/// Publish subscription-manager facts to /etc/rhsm/facts/bootc.facts
PublishRhsmFacts,
}

Expand Down
2 changes: 1 addition & 1 deletion lib/src/rhsm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use cap_std_ext::{cap_std, dirext::CapStdExtDirExt};
use fn_error_context::context;
use serde::Serialize;

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

#[derive(Serialize, PartialEq, Eq, Debug, Default)]
struct RhsmFacts {
Expand Down

0 comments on commit 712c4b5

Please sign in to comment.