Skip to content

Commit

Permalink
chore: use rc branch for network dashboard
Browse files Browse the repository at this point in the history
For a while the network dashboard will also use an intermediate branch.

This also fixes a clippy warning in a new version of Rust.
  • Loading branch information
jacderida committed Nov 29, 2024
1 parent a4791a9 commit 4544a43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
network_dashboard_branch: main
network_dashboard_branch: rc-2024.12.1
network_dashboard_github_url: git@github.com:maidsafe/network-dashboard.git
network_dashboard_repo_path: /root/network-dashboard
network_dashboard_sk_path: /root/.ssh/network-dashboard
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1078,9 +1078,9 @@ impl TestnetDeployer {
}
}

///
/// Shared Helpers
///
//
// Shared Helpers
//

pub fn get_genesis_multiaddr(
ansible_runner: &AnsibleRunner,
Expand Down

0 comments on commit 4544a43

Please sign in to comment.