Skip to content

Commit

Permalink
add error message
Browse files Browse the repository at this point in the history
  • Loading branch information
thesandybridge committed Feb 3, 2023
1 parent 0a1594f commit 4d94934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ fn main() -> Result<()> {
Some(("reset", _)) => {
wpe::reset()?;
},
_ => {}
_ => println!("Error with auth command.")
}
},
// This endpoint will report the system status and any outages that might be occurring.
Expand Down

0 comments on commit 4d94934

Please sign in to comment.