Skip to content

Commit

Permalink
feat: migrate from scma-gcal-sync-rb to scma-gcal-sync
Browse files Browse the repository at this point in the history
See #3
  • Loading branch information
rfdonnelly committed Jan 13, 2022
1 parent 8d6a595 commit a26e4dd
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 @@ -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).
Expand Down

0 comments on commit a26e4dd

Please # to comment.