fix: don't create backup path on startup
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2023-06-05 19:12:17 +02:00
parent 123ba1141c
commit 5972dd055e
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 2 deletions

View File

@ -66,8 +66,6 @@ func init() {
if has {
config.CompletionWebhookURL = webhookURL
}
updateFullBackupPath()
}
func updateFullBackupPath() {