Skip to content

Commit

Permalink
fix: typo in interface name for zbus client
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed Apr 30, 2024
1 parent 9372dc2 commit 16cfc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zbus/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub struct ChargeProfile {
}

#[proxy(
interface = "com.sytem76.PowerDaemon",
interface = "com.system76.PowerDaemon",
default_service = "com.system76.PowerDaemon",
default_path = "/com/system76/PowerDaemon"
)]
Expand Down

0 comments on commit 16cfc5b

Please sign in to comment.