From a26e4dde9bb9d5f477b312e3f697ffdd7fe4027b Mon Sep 17 00:00:00 2001 From: Rob Donnelly Date: Wed, 12 Jan 2022 23:04:52 -0800 Subject: [PATCH] feat: migrate from scma-gcal-sync-rb to scma-gcal-sync See #3 --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 770e815..faa74f6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -74,7 +74,7 @@ struct Args { password: String, /// The name of the Google Calendar to sync to. - #[clap(short, long, default_value = "SCMA Test")] + #[clap(short, long, default_value = "SCMA")] calendar: String, /// The client secret JSON is downloaded by the user from the Google API console /// (https://console.developers.google.com).