diff --git a/src/manager.rs b/src/manager.rs index 9f2e6ef..a4664f5 100644 --- a/src/manager.rs +++ b/src/manager.rs @@ -102,7 +102,7 @@ impl SMManager { // Run script to get calibration value let result = script_output( "/usr/bin/steamos-polkit-helpers/jupiter-get-als-gain", - &[""], + &[] as &[String; 0], ) .await; match result {