Skip to content

Commit

Permalink
Add final string
Browse files Browse the repository at this point in the history
  • Loading branch information
kaenova committed Mar 2, 2024
1 parent a5ef4f8 commit 2d067fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ func MakeBackupConfig(log pkg.CustomLoggerI, app ApplicationConfig) BackupConfig
for _, v := range folders {
finalString += fmt.Sprintf(" %s, ", v)
}
log.Info(finalString)

return BackupConfig{
MaxWindow: window,
Expand Down

0 comments on commit 2d067fa

Please sign in to comment.