Skip to content

Commit

Permalink
remove commented feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
devkelley committed Oct 26, 2023
1 parent 6e0e3d5 commit 960adcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/common/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ pub async fn get_service_uri(
/// # Arguments
/// * `uri` - The uri to potentially modify.
pub fn get_uri(uri: &str) -> Result<String, Status> {
//#[cfg(feature = "containerize")]
#[cfg(feature = "containerize")]
let uri = {
// Container env variable names.
const HOST_GATEWAY_ENV_VAR: &str = "HOST_GATEWAY";
Expand Down

0 comments on commit 960adcd

Please sign in to comment.