Skip to content

Commit

Permalink
fix(sdk): fix blockscout templating
Browse files Browse the repository at this point in the history
  • Loading branch information
servalD committed Jun 5, 2024
1 parent 345aba6 commit 393875d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/ash_cli/src/utils/templating.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ pub(crate) fn template_blockscout_props_table(
"Running".bold(),
type_colorize(
&blockscout
.node_status
.blockscout_status
.clone()
.unwrap()
.running
Expand Down
2 changes: 1 addition & 1 deletion crates/ash_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rustls-pemfile = "1.0.3"
sha2 = "0.10.7"
oauth2 = "4.4.2"
url = "2.4.1"
ash_api = { version = "0.1.6", path= "/home/gaetan/Documents/hai/ash-api-rs"}
ash_api = { version = "0.1.6" , path = "/home/gaetan/Documents/hai/ash-api-rs"}
rcgen = "0.11.3"

[dev-dependencies]
Expand Down

0 comments on commit 393875d

Please sign in to comment.