Skip to content

Commit

Permalink
Fixed warning about double declaration of $progress.
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy butler authored and timothy butler committed Dec 18, 2022
1 parent 26c4ae3 commit 76f6b7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/FaithTree/Backup.pm
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ sub InitiateBackup {
my $queue = Thread::Queue->new(@queueData);

# Setup Progress Bar
my $progress;
my $progress = Term::ProgressBar->new({name => $target, count => $parts, ETA => 'linear', remove => 1 }) unless ($cpanelMode);

# Initiate upload.
Expand Down

0 comments on commit 76f6b7c

Please sign in to comment.