manager: Fix typo in updating BIOS

This commit is contained in:
Vicki Pfau 2024-04-10 17:06:40 -07:00
parent 41f0b5b546
commit 45999bbb41

View file

@ -201,7 +201,7 @@ impl SteamOSManager {
async fn update_bios(&self) -> zbus::fdo::Result<()> { async fn update_bios(&self) -> zbus::fdo::Result<()> {
// Update the bios as needed // Update the bios as needed
run_script( run_script(
"/usr/bin/steamos-potlkit-helpers/jupiter-biosupdate", "/usr/bin/steamos-polkit-helpers/jupiter-biosupdate",
&["--auto"], &["--auto"],
) )
.await .await