diff options
-rw-r--r-- | src/main.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.rs b/src/main.rs index 0cf4328..6ff441b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -393,11 +393,6 @@ fn set_agefile_time<P: AsRef<Path>>( &agefile_path.display(), ))?; - repo_cgitrc_append( - &repo_path, - "agefile=info/web/last-modified", - )?; - Ok(()) } |