Skip to content

Commit

Permalink
fix: reboot device goform id
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Oct 18, 2024
1 parent 3311578 commit d8b71e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pub struct RebootCommand { }

impl GoformCommand for RebootCommand {
fn goform_id(&self) -> &'static str {
"REBOOT"
"REBOOT_DEVICE"
}

fn authenticated(&self) -> bool {
Expand Down

0 comments on commit d8b71e0

Please sign in to comment.