Skip to content

Commit

Permalink
feat: force semver
Browse files Browse the repository at this point in the history
  • Loading branch information
leahjlou committed Oct 29, 2024
1 parent efd9bda commit c3188cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ impl StacksDevnetApiK8sManager {
match serde_json::from_slice::<StacksV2InfoResponse>(&body) {
Ok(config) => {
self.ctx.try_log(|logger: &hiro_system_kit::Logger| {
slog::info!(logger, "Successfully requested /v2/info route of stacks node {}", context);
slog::info!(logger, "successfully requested /v2/info route of stacks node {}", context);
});
Ok(config)
}
Expand Down

0 comments on commit c3188cc

Please sign in to comment.