Skip to content

Commit 6bff4b5

Browse files
committed
Add missing comma
1 parent b62783b commit 6bff4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Theme_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Theme_Command extends CommandWithUpgrade {
5454
'status',
5555
'update',
5656
'version',
57-
'auto_update'
57+
'auto_update',
5858
];
5959

6060
public function __construct() {

0 commit comments

Comments
 (0)