Skip to content

Commit ca7a686

Browse files
authored
Merge pull request #31 from ThorstenHans/feat/rotate-auth-token
Fix broken variant - `RotateAuthToken` + `RotateToken`
2 parents 66d5270 + 08470f3 commit ca7a686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub enum App {
2929
fn main() -> Result<(), anyhow::Error> {
3030
match App::parse() {
3131
App::Init => init(),
32-
App::RotateAuthToken => rotate_auth_token(),
32+
App::RotateToken => rotate_auth_token(),
3333
// App::Connect => connect(),
3434
App::Destroy => destroy(),
3535
}

0 commit comments

Comments
 (0)