Skip to content

Commit 80fc4e1

Browse files
committed
chore: Revert accidental commented-out instrument attribute
1 parent b67fecb commit 80fc4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/stackablectl/src/cmds/release.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ async fn install_cmd(
372372
}
373373
}
374374

375-
// #[instrument(skip_all, fields(indicatif.pb_show = true))]
375+
#[instrument(skip_all, fields(indicatif.pb_show = true))]
376376
async fn upgrade_cmd(
377377
args: &ReleaseUpgradeArgs,
378378
cli: &Cli,

0 commit comments

Comments
 (0)