Skip to content

Commit 1bd7442

Browse files
committed
misc
1 parent e80c7ef commit 1bd7442

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bottlecap/src/bin/bottlecap/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ async fn main() -> anyhow::Result<()> {
326326
let aws_config = AwsConfig::from_env(start_time);
327327
log_fips_status(&aws_config.region);
328328
let version_without_next = EXTENSION_VERSION.split('-').next().unwrap_or("NA");
329-
debug!("Starting Datadog Extension v{version_without_next}");
329+
debug!("Starting Datadog Extension v{version_without_next}");
330330

331331
// Debug: Wait for debugger to attach if DD_DEBUG_WAIT_FOR_ATTACH is set
332332
if let Ok(wait_secs) = env::var("DD_DEBUG_WAIT_FOR_ATTACH") {

0 commit comments

Comments
 (0)