Skip to content

Commit 712c4b5

Browse files
authored
Merge pull request #1014 from ianballou/rhsm-bootc.facts
Rename RHSM file to bootc.facts
2 parents b19e227 + 6af29bc commit 712c4b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ pub(crate) enum InternalsOpts {
393393
stateroot: String,
394394
},
395395
#[cfg(feature = "rhsm")]
396-
/// Publish subscription-manager facts to /etc/rhsm/facts/bootc.json
396+
/// Publish subscription-manager facts to /etc/rhsm/facts/bootc.facts
397397
PublishRhsmFacts,
398398
}
399399

lib/src/rhsm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use cap_std_ext::{cap_std, dirext::CapStdExtDirExt};
66
use fn_error_context::context;
77
use serde::Serialize;
88

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

1111
#[derive(Serialize, PartialEq, Eq, Debug, Default)]
1212
struct RhsmFacts {

0 commit comments

Comments
 (0)