diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index e31da8e..70489bb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,8 +8,12 @@ fn main() { // // dbg!(&repos); - git::mirror( - "https://github.com/teddywing/google-calendar-rsvp.git", + // git::mirror( + // "https://github.com/teddywing/google-calendar-rsvp.git", + // Path::new("/tmp/grsvp"), + // ).unwrap(); + + git::update( Path::new("/tmp/grsvp"), ).unwrap(); } |