Skip to content

Commit d0ab020

Browse files
committed
fix docs
1 parent c90cee8 commit d0ab020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stackable-operator/src/utils/cluster_domain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub enum Error {
4343
/// ## Usage
4444
///
4545
/// ```no_run
46-
/// use stackable_operator::utils::KUBERNETES_CLUSTER_DOMAIN;
46+
/// use stackable_operator::utils::cluster_domain::KUBERNETES_CLUSTER_DOMAIN;
4747
///
4848
/// let kubernetes_cluster_domain = KUBERNETES_CLUSTER_DOMAIN.get()
4949
/// .expect("KUBERNETES_CLUSTER_DOMAIN must first be set by calling initialize_operator");

0 commit comments

Comments
 (0)