Skip to content

Commit

Permalink
Update src/cli/multi.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Lebon <[email protected]>
  • Loading branch information
pothos and jlebon authored Nov 15, 2023
1 parent 3b9c101 commit 5c30613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/multi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl CliMulti {

// write netplan configs if configured to do so
self.netplan_config_dir
.map_or(Ok(()), |x| metadata.write_netplan_configs(x))
.map_or(Ok(()), |x| metadata.write_netplan_config(x))
.context("writing network units")?;

// perform boot check-in.
Expand Down

0 comments on commit 5c30613

Please sign in to comment.