Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Aug 22, 2017
1 parent fdc9c34 commit 959650a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Virtualmin/Config/Plugin/Quotas.pm
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ sub actions {
};
if ($@) {
$ENV{'QUOTA_FAILED'} = '1';
$self->done(2); # 2 is a non-fatal error
$self->done(2); # 2 is a non-fatal error
}
}

Expand Down

0 comments on commit 959650a

Please sign in to comment.