From 5972dd055e4d02a0e240f177f1e51e125a542312 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 5 Jun 2023 19:12:17 +0200 Subject: [PATCH] fix: don't create backup path on startup --- config.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.go b/config.go index ea32445..7201fee 100644 --- a/config.go +++ b/config.go @@ -66,8 +66,6 @@ func init() { if has { config.CompletionWebhookURL = webhookURL } - - updateFullBackupPath() } func updateFullBackupPath() {