Skip to content

Commit

Permalink
Finally ready
Browse files Browse the repository at this point in the history
Created using spr 1.3.4
  • Loading branch information
sunshowers committed Nov 3, 2023
1 parent 153952a commit 095d1d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wicket/src/cli/rack_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ impl StartRackUpdateArgs {
wicketd_addr: SocketAddrV6,
global_opts: GlobalOpts,
) -> Result<()> {
// NOTE: This process is not idempotent. Doing so would require using a
// UUID, and storing that UUID in wicket.
let client = create_wicketd_client(&log, wicketd_addr, WICKETD_TIMEOUT);

let update_ids = self.component_ids.to_component_ids()?;
Expand Down

0 comments on commit 095d1d9

Please sign in to comment.