From e4d9be0e6b3a17b8197928336ba9f27f86c3564b Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Tue, 23 May 2017 11:17:25 +0200 Subject: [PATCH] Fix rubocop --- lib/backup/manager.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/backup/manager.rb b/lib/backup/manager.rb index e8e0e2f07d4..f755c99ea4a 100644 --- a/lib/backup/manager.rb +++ b/lib/backup/manager.rb @@ -84,7 +84,6 @@ module Backup Dir.chdir(backup_path) do backup_file_list.each do |file| - # For backward compatibility, there are 3 names the backups can have: # - 1495527122_gitlab_backup.tar # - 1495527068_2017_05_23_gitlab_backup.tar -- GitLab