Skip to content

Commit 6af29bc

Browse files
committed
Rename RHSM file to bootc.facts
Signed-off-by: ianballou <[email protected]>
1 parent a408792 commit 6af29bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)