You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-11-06 08:49:29 +02:00
Fixed #181: Missing semicolon violates code style.
This commit is contained in:
committed by
David Steele
parent
1d4779cfe6
commit
1bbf3e6db4
@@ -115,7 +115,7 @@ if ($bQuiet)
|
||||
# If no keyword we passed then use default
|
||||
if (@stryKeyword == 0)
|
||||
{
|
||||
@stryKeyword = ('default')
|
||||
@stryKeyword = ('default');
|
||||
}
|
||||
|
||||
logLevelSet(undef, uc($strLogLevel));
|
||||
|
||||
Reference in New Issue
Block a user