Skip to content

Commit aa095a0

Browse files
schlesserawojsmol
andauthored
Update src/DB_Command.php
Co-Authored-By: wojsmol <[email protected]>
1 parent e301e2f commit aa095a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DB_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ public function size( $args, $assoc_args ) {
886886

887887
case 'gb':
888888
case 'GiB':
889-
$divisor = GB_IN_BYTES;
889+
$divisor = GB_IN_BYTES;
890890
break;
891891

892892
case 'mb':

0 commit comments

Comments
 (0)