From ea36c79c2675bb3dabe1a3b0fb330d16f73b8670 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Sat, 13 Sep 2014 14:00:59 +0200 Subject: [PATCH] Adds a missing verbose output --- lib/common/updater/db_updater.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/updater/db_updater.rb b/lib/common/updater/db_updater.rb index 67a1da37..63a7c597 100644 --- a/lib/common/updater/db_updater.rb +++ b/lib/common/updater/db_updater.rb @@ -95,7 +95,7 @@ class DbUpdater < Updater puts ' [i] Needs to be updated' if verbose create_backup(filename) puts ' [i] Backup Created' if verbose - puts ' [i] Downloading new file' + puts ' [i] Downloading new file' if verbose dl_checksum = download(filename) puts " [i] Downloaded File Checksum: #{dl_checksum}" if verbose