From 19273cac3a2fa9df71f663dbdb79ad63dea5bf65 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 30 May 2021 17:46:30 +0200 Subject: main::update(): Add TODO --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index ec94601..c864ee6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -119,6 +119,8 @@ fn update>( repo: &github::Repo, ) -> anyhow::Result<()> { git::update(&repo_path)?; + + // TODO: Don't write if description is the same git::update_description(&repo_path, repo.description())?; Ok(()) -- cgit v1.2.3